Skip to content

Haenes/bugtracker

Repository files navigation

BugTracker

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:

  1. Asynchrony;
  2. Improved API endpoint structure for clearer usage;
  3. Authorization by JWT (for frontend) and Bearer Token (for API + telegram-bot).

Installation

See the INSTALL file for installation instruction.

License

See the LICENSE file for license rights and limitations (MIT).