- Remove fastapi-limiter, we will rate limit at load balancer level as it is too hard to get fastapi-limiter to play nice with pytest. - Wrote technical writeups on how the login flow and check for user authentication status work
Neo Neo Todo API
Backend
- Install
pdm
- Install dependencies with
pdm sync
- Run development backend with
pdm run dev
- Run tests with
pdm run test
Frontend
Description
Languages
Python
94.9%
Dockerfile
2.8%
Shell
2.3%