d018dfa0c0ed02c95df102279ca25989e2ca246e
Todo API
Frontend
Development Workflow
- Format, lint and test with
npm run {format, lint, test}.
Dependencies
- React
- React helment async: manage changes to document head.
- Material UI
- Roboto font
Backend
Development Workflow
- Run
eval (pdm venv activate in-project)(if you are using Fish shell) oreval $(pdm venv activate in-project)(if you are using bash/zsh) at thebackendfolder root to get into the backend python virtual environment. - Run tests, lints, formats with
pdm run {test, lint, format}.
Dependencies
Python dependencies
quart: a micro-webframework, async version of Flask.black: Code formatter.isort: Import formatter.mypy: Type checking.flake8: General Python bugs.vulture: Find unused code in Python programs.pytest: For testing (turbocharged withasync).bcrypt: Hashing and salting password.zxcvbn: Test password strength.freezegun: Check for expired token.quart-rate-limiter: Rate limiting.pydanticandquart-schema: Request/Response validation.httpx: send HTTP POST requests from our app.
SQL Dev-deps
bandit: Check for SQL injection vulnerabilities.
Miscs Dev-deps
djhtml: Generate jinja templates html for emails.
Description
Languages
TypeScript
54.3%
Python
38.1%
HTML
4.1%
Dockerfile
1.2%
CSS
1.1%
Other
1.2%