Skip to content

lbal-store/lbal-backend

Repository files navigation

lbal-backend

Initial FastAPI backend scaffold for the LBAL marketplace platform. This project includes a minimal service layout, database models, and CI pipeline so new features can be added quickly.

Getting Started

python -m venv .venv
source .venv/bin/activate  # On Windows use: .venv\Scripts\activate
pip install -r requirements.txt
uvicorn app.main:app --reload

Use docker-compose up --build for running the API with Postgres and Redis locally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages