Initially, this repository was exclusively for the new asynchronous API written in FastAPI.
Which was supposed to replace the old api written in DRF.
But then the idea came up to write frontend on a new technology stack (React + react-router + Tailwind CSS), which is based on this API.
Thus, it's now a repository for a completely new BugTracker.
The main changes with the old version, apart from the technology stack, are as follows:
- Asynchrony;
- Improved API endpoint structure for clearer usage;
- Authorization by JWT (for frontend) and Bearer Token (for API + telegram-bot).
See the LICENSE file for license rights and limitations (MIT).