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

https://github.com/komronium/ecommerce-api


https://github.com/komronium/ecommerce-api

api ecommerce fastapi python

Last synced: about 2 months ago
JSON representation

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