https://github.com/xithrius/ordis-api
https://github.com/xithrius/ordis-api
hacktoberfest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xithrius/ordis-api
- Owner: Xithrius
- License: mit
- Created: 2024-09-22T04:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T13:54:00.000Z (over 1 year ago)
- Last Synced: 2025-03-18T11:48:48.370Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ordis-api
API portion of [ordis](https://github.com/Xithrius/ordis).
Built in FastAPI and SQLAlchemy, with Alembic for migrations.
Attempting to follow [these best practices](https://github.com/zhanymkanov/fastapi-best-practices) for FastAPI.