-
Install dependencies with
npm install
-
Make sure you have correctly set up your environment file.
-
Start node back end server with
npm run start:dev
.
To kill node process press control + c
npm run test
for all tests
All credentials will be loaded from an .env
file in the root of this repo.