Skip to content

dipanshuchaubey/social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Network

GitHub code size in bytes GitHub

A social network and networking platform for software developers.

  • Create Profile
  • Add Experience
  • Create Posts
  • Comment on Posts
  • Find Developers

Application Setup Instructions

Clone the repo and install all the required dependencies for ui and api using:

# This will install the dependencies for API
npm install

# This will install the dependencies for UI
npm run client-install

To start the application in development mode use:

# This will run api and ui concurrently
npm run dev

Deployment

Application is deployed on Heroku. Heroku postbuild script is included in package.json, This will trigger automatic deployment.