Ecommerce FastAPI React With Payment Gateway
Ecommerce React with Backend Fastapi
This is a simple project with Fastapi, sqlalchemy, react, redux, and Postgresql
Routes Implement
url: http://localhost:8000/docs
How to use My Project
- Install Python
- Install postgresql
- Install Pipenv pip install pipenv
- Install Npm and Nodejs
- git Clone my project https://github.com/renaldyhidayatt/ecomfastapireact
- directory project backend and pipenv install
- directory project frontend and npm install
- running project backend/app uvicorn main:app –reload
- running project frontend npm start
Demo
Home
Show Product Byid
Cart Page
Order with Stripe
UserList page
ProductList PAge
OrderListPage