Skip to content

fqolevelft/testingcodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Admin Dashboard Example

This project provides a small scaffold for a future admin system. It uses FastAPI for the backend with a PostgreSQL database and React on the frontend. Docker Compose orchestrates the services.

Services

  • backend – FastAPI application with SQLAlchemy models and Alembic migrations.
  • db – PostgreSQL database storing admins and companies.
  • frontend – React application served by Nginx.

Running

docker-compose up --build

The frontend will be available at http://localhost:3000 and API at http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published