A social network and networking platform for software developers.
- Create Profile
- Add Experience
- Create Posts
- Comment on Posts
- Find Developers
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
Application is deployed on Heroku
. Heroku postbuild script is included in package.json
, This will trigger automatic deployment.