Skip to content

alimaldonado/typescript-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

Shopping cart made with Python and Typescript, using FastAPI and React JS

Usage

Once cloned the repo, copy the docker-compose.yml.dist and .env.template files and use make to build the container

cp docker-compose.yml.dist docker-compose.yml
cp backend/.env.template backend/.env
make build

Now you can go to localhost:5500/docs and check the Swagger API Docs. You can also edit the values such as the forwarded ports, containers names, etc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published