Skip to content

cossieB/spaza-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spaza Game Store

Full-Stack ecommerce website powered by React, .NET 6 web api and Docker.

Instructions

  1. Clone this repo and cd into the folder
  2. Run docker-compose up.
  3. Open http://localhost:3000 in your browser

Alternatively

  1. Install the dotnet 6 SDK, postgres 14 and Node, if you don't already have them installed.
  2. Clone this repo and cd into the folder
  3. Open psql and use the \i command to run the SQL script in db/docker-entrypoint-initdb.d/dump.sql
  4. cd into the backend folder and run dotnet run
  5. cd into the client folder and run npm install then npm start
  6. Open http://localhost:3000 in your browser