Postman Documentation: https://documenter.getpostman.com/view/4595252/SzS2xo8W?version=latest
Heroku API: https://premier-league-fx.herokuapp.com
Using SSH:
git clone https://github.com/victorsteven/Premier-League.git
cd Premier-League
npm install
Create a .env from the root directory
touch .env
Simply copy the content of .env.example file, you can change the value of the JWT_SECRET
npm run dev
npm test