- Add pydocstyle docstrings and documentation
- Implement project-wide Logger
- Refactor create question method and create AnswerManager.create_answer() method
- Update schemas and add them to routes 👍
- Implement more endpoints
- Services module
- OAuth
- In-memory async db for testing
- Destroy test db
- Cover all current endpoints(pytest-cov)
- Add benchmarking to code (pytest-benchmark)
- Test for security flaws in app (bandit)