Skip to content

thyb-zytek/budgly-api

Repository files navigation

Budgly

Tests Coverage

Technology Stack and Features

  • FastAPI for the Python backend API.
    • 🧰 SQLModel for the Python SQL database interactions (ORM).
    • 🔍 Pydantic, used by FastAPI, for the data validation and settings management.
    • 💾 PostgreSQL as the SQL database.
  • 🐋 Docker Compose for development and production.
  • ✅ Tests with Pytest.
  • 🚢 Deployment instructions using Docker Compose
  • 🏭 CI/CD based on GitHub Actions.

How To Use It

To use this project, you need to clone it and launch it.

Follow the next steps:

  • Clone this repository:
git clone git@github.com:thyb-zytek/budgly-api.git
  • Enter into the new directory:
cd budgly-api
  • Create .env file from .env.sample and change values with your own:
mv .env.sample .env
  • Launch your stack:
docker compose up -d
  • Verify API server is up, if it displays OK, it means that the server is up:
curl -X 'GET' 'http://localhost:8000/healthcheck' -H 'accept: application/json'

Now you can use the APIs.

Available URLs

🌐 Interactive Docs (Swagger UI): http://localhost:8000/docs

🌐 Alternative Docs (ReDoc): http://localhost:8000/redoc

🌐 APIs: http://localhost:8000/api/v1/

License

The Budgly project is licensed under the terms of the GPL-3.0 license.

About

Backend server for Budgly app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published