https://github.com/komronium/ecommerce-api
https://github.com/komronium/ecommerce-api
api ecommerce fastapi python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/komronium/ecommerce-api
- Owner: komronium
- Created: 2025-01-03T15:48:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T18:45:23.000Z (over 1 year ago)
- Last Synced: 2025-03-20T17:35:54.152Z (over 1 year ago)
- Topics: api, ecommerce, fastapi, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce API
This is a starting point for an Ecommerce API built with **FastAPI**. The project is currently in its initial stages, with a basic app structure and `main.py` file setup and tested.
## Current Status
- **App folder**: The main application folder is created.
- **Basic FastAPI setup**: The `main.py` file is written and the server runs successfully.
## Tech Stack
- **Framework**: [FastAPI](https://fastapi.tiangolo.com/)
- **Database**: (Planned) PostgreSQL or another relational database
- **ORM**: (Planned) SQLAlchemy
- **Migrations**: (Planned) Alembic
- **Authentication**: (Planned) OAuth2 with JWT