neo-neo-todo/README.md

11 lines
177 B
Markdown

# 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