A full stack Node.js and React shopping cart app
Try the application live at https://lamp-lights-store.netlify.app/
- babel
- express
- React.js
- PosgreSQL
- dotenv
- Webpack 4
- Bootstrap 4
- Node.js
- HTML5
- CSS3
- AWS EC2
- User can view all items
- User can view an item
- User can add item to shopping cart
- User can go to shopping cart
- User can checkout out to shopping cart
- User can view checkout
- Node.js 10 or higher
- NPM 6 or higher
- PostgreSQL
-
Clone the repository.
git clone https://github.com/David-Lyu/wicked-sales-js.git cd wicked-sales
-
Install all dependencies with NPM.
npm install
-
Import the example database
npm run db:import
-
Start the project on http://localhost:3000 in your browser.
npm run dev