• Stars
    star
    215
  • Rank 180,016 (Top 4 %)
  • Language
    Python
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fully functional FastAPI application that acts as a marketplace for cleaners and potential cleaning jobs.

Phresh Cleaning - Up and Running With FastAPI Tutorial Series

This repo holds the code used to create a FastAPI backend for a fake cleaning marketplace called "Phresh".

Each part of the application is built and tested in small, manageable chunks - accompanied by written tutorials.

The technology stack used to create the backend of this application is as follows:

  • Framework
    • FastAPI and Starlette
  • ASGI Server
    • Uvicorn and Gunicorn
  • Containerization
    • Docker
  • Database
    • Postgres
    • Alembic
    • encode/databases
  • Authentication
    • Bcrypt
    • Passlib
    • JWT Tokens with Pyjwt
  • Testing
    • Pytest
  • Development
    • flake8
    • black
    • vscode

Roadmap and Completed Articles

βœ… - Completed πŸ›„ - In progress πŸ“± - UI πŸš‚ - Backend