Backend Server API
- Clone this repository to your local machine git clone
- cd into the cloned repository
- Install the node dependencies npm install
- create .env file to be ignored by git
Start the application (npm start) Start nodemon for the application (npm run dev) Run the tests (npm test)
need to add new heroku app with heroku create then run npm run deploy to push to remote's master branch