A python Fast Api based application where user can register and add candidates according to their liking
- FastAPI
- Async MongoDB
- Poetry
- Pydantic
- Async Pytest
- Docker
- JWT Authentication
- Sentry Error Monitoring
- Install docker and docker compose on your systen
- Clone the code onto your system
- cd to project directory
- run these commands
sudo docker compose build
sudo docker compose up