A full stack Node.js and React shopping cart app.
- React.js
- Webpack 4
- Babel
- Express
- Bootstrap 4
- Node.js
- PostgreSQL
- HTML 5
- CSS 3
- AWS EC2
- font-awesome
Try the application live at https://light-box.sarahchoung.com/
- 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.
- Node.js 10 or higher
- NPM 6 or higher
- postgreSQL
- Clone the repository.
git clone https://github.com/SarahChoung/light-box.git
cd light-box- Install all dependencies with NPM.
npm install- Import the example database to postgreSQL.
npm run db:import- Start the project. Once you can, view the application by opening http://localhost:3000 in your browser.
npm run dev