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
- Host: GitHub
- URL: https://github.com/delitamakanda/hapy-checkout-system-api
- Owner: delitamakanda
- Created: 2023-03-18T03:12:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T20:37:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T05:49:43.448Z (about 1 year ago)
- Topics: fastapi, restful-api, sqlalchemy, webhook
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```