Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.07 KB

Recruitment-Form-Node.js

GPLv3 license Contributions Welcome

Running Locally

Make sure you have:

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.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku