Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 888 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 888 Bytes

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.