Skip to content

Keda87/quart-clean-architecture

Repository files navigation

Quart Clean Architecture

Todo API implemented on Quart using clean architecture.

Prerequisite.
  • Python 3.7
  • PostgreSQL
  • Docker
Run the project.

Ensure postgresql is started and create the database.

$ mv .env.example .env       # Then update the content with your own.
$ docker-compose up --build  # Open in port 5000.
$ docker-compose run api alembic upgrade head  # Run db migration.

TODO:

  • Web API.
  • Validate and sanitize request payload.
  • API Documentation.
  • Unit/Integration test.

About

Todo API implemented on Quart using clean architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •