Skip to content

FelizB/QMS_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Enterprise Backend

This project is a FastAPI-based enterprise backend with PostgreSQL, Docker, and Alembic migrations.

🚀 Quickstart

  1. Build and run with Docker:

    docker-compose up --build
  2. Run the app

    uvicorn backend_app.main:app --reload
  3. Access API at: http://localhost:8000

  4. Default DB credentials:

    • User: admin
    • Password: admin123
    • Database: fastapi_db

📂 Structure

  • app/api/v1 → Versioned API routes
  • app/core → Config & security
  • app/db → Database models & session
  • app/services → Business logic
  • tests → Unit tests
  • alembic → Database migrations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages