Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 267 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 267 Bytes

Profile BE

Testing

npm test

Local Run

npm install && npm start

Deployment

After signing up on Heroku, create a new app, and proceed to download Heroku CLI

heroku login -i
heroku builds:create -a <name_of_your_app>