Skip to content

ShashiSugrim/kazonfrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kazon

This is an e-commerce site built with the PERN stack.

It lets users create an account, add and remove items from their cart, make reports, and, search for products.

To Run, there are two options

1. Use docker compose

docker-compose up

2. Run the backend and the frontend seperately

2a. Run the backend first

https://github.com/ShashiSugrim/kazonbackend

2b. Run the front end either with docker or with node

(must have the backend running for the website to function)

With docker

docker run -p 3000:3000 clasher/kazon-frontend

Without docker aka using Node

npm install
npm start

Create account and cart functionality

Continuing cart functionality, search, and sign in

Make a report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published