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
- Host: GitHub
- URL: https://github.com/german-zarate/node.js-backend-sample
- Owner: german-zarate
- Created: 2024-05-17T11:33:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-17T11:34:42.000Z (about 1 year ago)
- Last Synced: 2024-12-05T15:12:08.154Z (6 months ago)
- Topics: backend, nodejs
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.