Ecommerce React with Backend Fastapi

This is a simple project with Fastapi, sqlalchemy, react, redux, and Postgresql

Routes Implement

url: http://localhost:8000/docs

product

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

Home

Show Product Byid

ProductByid

Cart Page

CartImage

Order with Stripe

Order

UserList page

images

ProductList PAge

images

OrderListPage

Images

GitHub

View Github