Skip to content

An e-commerce website utilizng a React front-end and a Node.js backend with Docker. Postgresql is the SQL database that houses product data, while the Stripe API facilitates payments.

Notifications You must be signed in to change notification settings

NumberC/Raven-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomePage ProductPage Checkout SuccessfulCheckout

How to Run

To run this project, create a .env file with the following fields:

DB= #Postgres database
DB_USERNAME= #Postgres username
DB_PASSWORD= #Postgres password
STRIPE_PUBLISHABLE= #Stripe publishable key
STRIPE_SECRET= #Stripe secret key
REACT_APP_STRIPE_PUBLISHABLE= #React Stripe key 

Then run docker compose up

About

An e-commerce website utilizng a React front-end and a Node.js backend with Docker. Postgresql is the SQL database that houses product data, while the Stripe API facilitates payments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published