Skip to content

Azadron228/fastapi-crud

Repository files navigation

FastAPI crud app

Installation

  1. Clone the repository:

    git clone https://github.com/Azadron228/fastapi-crud.git
    
  2. Copy .env.exmample to .env

  3. Build and run the Docker container:

    docker-compose up --build
    
  4. Migrate database:

    docker-compose run app alembic upgrade head
    
    

Usage

  • Access the FastAPI application at http://localhost:8000/docs to view the Swagger UI.
  • In swagger ui use email instead of username

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published