An open API service indexing awesome lists of open source software.

https://github.com/delitamakanda/hapy-checkout-system-api

checkout system restful api
https://github.com/delitamakanda/hapy-checkout-system-api

fastapi restful-api sqlalchemy webhook

Last synced: 2 months ago
JSON representation

checkout system restful api

Awesome Lists containing this project

README

          

# Hâpy Checkout System API

Software for a cash register system

Fastapi API

> "Personification of the flood of the Nile, Hâpy is linked to fertility and abundance. Promise of miraculous fertility, the Nile River was considered by the ancient Egyptians as a resurgence of the Primordial Ocean."

```bash
poetry run ./run.sh
```

or

```bash
poetry run python app/main.py
```

## init alembic

```bash
alembic init alembic
```

## create alembic migration

```bash
alembic revision -m "inital migration"
```

## init migration

```bash
poetry run python prestart.py
```