An open API service indexing awesome lists of open source software.

https://github.com/german-zarate/node.js-backend-sample

FIFA REST API
https://github.com/german-zarate/node.js-backend-sample

backend nodejs

Last synced: 4 months ago
JSON representation

FIFA REST API

Awesome Lists containing this project

README

        

# FIFA REST API

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

## 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.