Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 625 Bytes

Hosted on https://ceab-helper.herokuapp.com/#

To run project locally:

1)Clone Repository

2)run npm install in root project directory

3)run npm run devstart in root project directory

Deploying to Heroku

Step 1: install Heroku cli

Step 2: Create the .env file, inside your root directory

Define the application port in it.

Step 3: Create Procfile

Step 4: Login to Heroku cli

Step 5: git init

Step 6: heroku create

Step 7: git add.

Step 8: git commit -m "First node app deploy

Step 9: git push heroku master

Step 10: heroku open