Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 625 Bytes

File metadata and controls

25 lines (17 loc) · 625 Bytes

FIFA REST API

This project was created in order to show programming skills of JavaScript developers from Jelvix.

TASK:

Using express.js (https://expressjs.com) and postgreSQL (https://www.postgresql.org) we had to create REST API for fifa players witch provides functionality to create and browse fifa tournaments including both for client application and admin panel.

Install dependencies:

npm i

Start development mode:

npm start

Staging build:

npm run build:stage

Production build:

npm run build:prod

Generate documentation:

npm run doc

Note: FOR CODE DEMONSTRATION ONLY.