- Use asdf to manage Python versions
make venvmake installmake seedmake server-dev
http://localhost:8000/docs http://localhost:8000/api/docs
make lintmake testmake test-watch
curl http://localhost:8000/api/users -X POST -H "Content-Type: application/json" -d '{"email": "test@email.com", "password": "passwdowrd"}' --silent
curl http://localhost:8000/api/projects/1/tasks --silent | jq
pip list --outdatedlibyear -r requirements.txt --sort