Issue Tracker is a tool used internally to track bugs and feature requests during product development. It has authentication & authorization system that govern which users can find, view, create and modify issues Use the Agile Boards to support you with your Scrum, Kanban, and mixed processes.
- React responsive frontend
- CRUD operations
- Authentication & Authorization
- Drag&Drop Agile Boards
- Flask REST Api backend
- Redis database as cache for tasks
- Sending emails through Gmail SMTP
- PostgreSQL database
- Swagger documentation for api
- Live Site URL: https://issue-tracking-frontend.vercel.app/
- Semantic HTML5 markup
- Mobile-first workflow
- CSS Flexbox & Grid
- Sass preprocessor
- React.js
- Typescript
- Flask, Gunicorn
- SqlAlchemy, Marshamllow, Alembic
- PostgreSQL, Redis
- Docker, Docker-Compose
$ cd cd issue-tracking-api
$ docker-compose up -d --build