Skip to content

New version of BugTracker written in FastAPI + React.

License

Notifications You must be signed in to change notification settings

Haenes/bugtracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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).

License

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