https://dog-groomings.herokuapp.com/
https://dog-grooming-api.herokuapp.com/
- Clone Github Repository to Local Machine.
- Run
npm install
to install all necessary packages. - Create .env file in the root folder.
- Add the following variables:
MONGODB_URI:
Description: The URL to the cloud hosted DB
PASSWORD_SALT:
Salt used in encrypting passwords
TOKEN_SECRET:
Used to verifty user JWT
PORT:
Port to utilize should the connection to the cloud hosted DB fail - Run
npm run dev
to launch.
npm ci
npm run build --if-present
npm test
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "dog-grooming-api"
heroku_email: {"[email protected]"}
Launches the test runner for Cypress API.
See the section about running tests for more information.
https://docs.google.com/document/d/1-tYBP6pn_fnwizhPB3ZhvTtMLqb8_aKRsvDxsaNPS-c/edit?usp=sharing