Skip to content

zachcb/shopping-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart App Example

Preparation

Verify Docker and Docker-Compose are installed.

In the main directory.

    $ docker-compose up --build

In the server directory, migrate the database.

    $ make database.upgrade

Add fake products to database.

    $ make database.addfake

While Running

Postgres DB -> http://localhost:5432

Python Server -> http://localhost:5500

React Client -> http://localhost:3000

Notes

Everything is able to be hot-reloaded while in the Docker container. Although, if you break something in the Python container it might need to be refreshed.

About

Shopping App for Artifact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors