Deepesh316 / Premier-League

A NodeJS API about premier league fixtures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Postman Documentation: https://documenter.getpostman.com/view/4595252/SzS2xo8W?version=latest

Heroku API: https://premier-league-fx.herokuapp.com

Clone the application

Using SSH:

git clone https://github.com/victorsteven/Premier-League.git

Change to the application directory:

cd Premier-League

Install Dependencies

npm install

Add JWT Secret

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

Run the Application

npm run dev

Run Tests Suite

npm test

About

A NodeJS API about premier league fixtures


Languages

Language:JavaScript 99.9%Language:Dockerfile 0.1%