Skip to content

SarahChoung/light-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

light-box

A full stack Node.js and React shopping cart app.

Technologies Used

  • React.js
  • Webpack 4
  • Babel
  • Express
  • Bootstrap 4
  • Node.js
  • PostgreSQL
  • HTML 5
  • CSS 3
  • AWS EC2
  • font-awesome

Live Demo

Try the application live at https://light-box.sarahchoung.com/

Features

  • Users can view the products for sale.
  • Users can view details of a product.
  • Users can add a product to their cart.
  • Users can view their cart summary.
  • Users can place an order.

Preview

Light Box

Development

System Requirements

  • Node.js 10 or higher
  • NPM 6 or higher
  • postgreSQL

Getting Started

  1. Clone the repository.
git clone https://github.com/SarahChoung/light-box.git
cd light-box
  1. Install all dependencies with NPM.
npm install
  1. Import the example database to postgreSQL.
npm run db:import
  1. Start the project. Once you can, view the application by opening http://localhost:3000 in your browser.
npm run dev

About

A full stack Node.js and React shopping cart app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors