Skip to content

raima-zachariah/Mahabelly_api

Repository files navigation

Mahabelly

APIs for food ordering system

Development Requirements

  • Python3.8.2
  • Pip
  • Poetry (Python Package Manager)

Installation

python -m venv venv
source venv/bin/activate
make install

Runnning Localhost

make run

Deploy app

make deploy

Running Tests

make test

Access Swagger Documentation

http://localhost:8080/docs

Access Redocs Documentation

http://localhost:8080/redoc

Project structure

Files related to application are in the app or tests directories. Application parts are:

app
├── api              - web related stuff.
│   └── routes       - web routes.
├── core             - application configuration, startup events, logging.
├── models           - pydantic models for this application.
├── services         - logic that is not just crud related.
└── main.py          - FastAPI application creation and configuration.
│
tests                  - pytest

About

APIs for food ordering system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published