This is a simple project with Fastapi, sqlalchemy, react, redux, and Postgresql
url: http://localhost:8000/docs
- 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
Home
Show Product Byid
Cart Page
Order with Stripe
UserList page
ProductList PAge
OrderListPage