This project is simple football ranking tracker.
Project is created with:
- Nestjs version: 8.3.1
- typescript version: 4.5.5
To run this project, install it locally using npm:
$ npm install
$ npm start
Note with local installation we need to have mysql database up and running
To run this project, install it locally using docker-compose:
$ docker-compose up -d
We use swagger for documentation, for localy:
http://localhost:3000/api
- Implement of e2e test
- Add validation
- Support pagination
- Add support for CSV