Skip to content

Shopping cart example Application [FastAPI and Angular]

Notifications You must be signed in to change notification settings

pratikpanchal4472/Shoppr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoppr

Shopping cart example Application.

You should have docker installed to run this.

Make sure NodeJS is installed and is of 12.22.3 version.

Run UI using:

   cd ui
   npm install
   ng serve

Run Postgres and Server using:

docker-compose up -d
cd api
uvicorn app.main:app --port 8000