Skip to content

dwarjie/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

Simple Shopping Cart System

This is just a simple web application project for me to get started with full stack development. This is not a complete and fully working shopping cart system, a lot of functionality are still needed. My goal is to just get started and try other web frameworks and languages.

The application have admin dashboard in order to view the users, products, edit products and edit users credentials.

Sample Screenshots

Public (Home page)

Home Page

Admin Dashboard (Admin)

Admin Dashboard

Installation

git clone https://github.com/dwarjie/shopping-cart.git
cd shopping-cart

Running server

You need MySQL Server running and configure the database configuration at 'server/app/config/db.config.js'

cd server
npm run dev

Running client

cd client
npm start

Language Used

  • ReactJS
  • Bootstrap 5
  • NodeJS
  • ExpressJS
  • Sequelize
  • MySQL

NOTE

This project is not completely finished. I might comeback and add more functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages