Skip to content

A CRUD app using FastAPI to signup, login, add money to your wallet, buy items, etc. This project has a great UI frontend.

Notifications You must be signed in to change notification settings

SagarDollin/Ecommerce-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-app---Ecommerce-and-weather

  1. Install mongodb community version from here: https://www.mongodb.com/try/download/community

FastAPI backend

  1. goto FastAPI-backend on terminal and run the following command to start the backend
python server.py
  1. you can see all end points on this link http://127.0.0.1:8004/docs# after running the server

Streamlit frontend dashboard

  1. goto folder Streamlit-dashboard on terminal and run the following commands to render frontend
streamlit run main.py
  1. you can run Frontend using this link http://localhost:5000

About

A CRUD app using FastAPI to signup, login, add money to your wallet, buy items, etc. This project has a great UI frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published