/Raven-Collection

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.

Primary LanguageJavaScript

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