neo-neo-todo/README.md

11 lines
177 B
Markdown
Raw Permalink Normal View History

# Neo Neo Todo API
## Backend
2024-03-03 00:06:54 -05:00
- Install `pdm`
- Install dependencies with `pdm sync`
- Run development backend with `pdm run dev`
- Run tests with `pdm run test`
## Frontend