This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.
RAGE Data API allows you to retrieve useful information from video games using the RAGE game engine. This information helps, in particular, mod developers to simplify their research.
make init-pre-commit
make build-upmake build-up-d-prod| Feature | Status |
|---|---|
| Add important GTA5 data | ✅ Done |
| Add all GTA5 data | 🔄 In progress |
| Replace JSON files with PostgreSQL | ⏳ Planned |
| JWT Authentication | ⏳ Planned |
| User roles | ⏳ Planned |
| JSON file import for administrators | ⏳ Planned |
| CRUD operations for all models (administrators) | ⏳ Planned |
| User modification/creation requests | ⏳ Planned |
| Markdown page creation | ⏳ Planned |
- 📝 Added the roadmap to the README files.
- ✅ Added unit tests and verified its coverage.
- 👷 Added
docker-compose-prod.yml,docker-compose.dev.ymlandMakefile. - 👷 Added a CI using Pylint.
- ✨ Added filters on each endpoint.
- ✨ Implemented the API with FastAPI.
- 🎉 Project initialization.