2023-10-10 14:33:11 -04:00
|
|
|
# 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`
|
2023-10-10 14:33:11 -04:00
|
|
|
|
|
|
|
## Frontend
|