Make sure you have:
- Node.js
- Heroku Toolbelt installed.
- An account in MongoDB and signin for MongoDB Atlas.
- You need to change the username and password in the
app.js
file.
git clone git@github.com: Kiit-Elabs/Recruitment-Elabs.git
cd Recruitment-Elabs
npm install
node app
Your app should now be running on localhost:5000.
heroku create
git push heroku master
heroku open
Alternatively, you can deploy your own copy of the app using the web-based flow: