minhtrannhat 4a72d88ba2
feat(api): login and authentication routes
- 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
2024-03-23 14:53:33 -04:00
2023-09-27 20:43:54 -04:00
2024-03-03 00:06:54 -05:00

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
Yet another todo API (last one I promise).
Readme 305 KiB
Languages
Python 94.9%
Dockerfile 2.8%
Shell 2.3%