- Maintained by:
Jason Kim
A full stack Node.js and React e-commerce application.
- User can view new arrival items.
- User can view most popular items for sale.
- User can view details of a product.
- User can add products to the shopping cart.
- User can view products in the shopping cart.
- User can place an order.
- CSS3
- JavaScript (ES6)
- React.js
- Node.js
- Express
- PostgreSQL
- webpack
- babel
- Bootstrap 4
- AWS EC2
git clone https://github.com/jasonkim-jk/fun-shop.git
cd fun-shop
npm install
PORT=3001
DEV_SERVER_PORT=3000
DATABASE_URL=postgres://{user}:{password}@localhost/{database-name}
SESSION_SECRET=secret
sudo service postgresql start
createdb {database-name}
npm run db:import
npm run dev
6. Access application by entering https://localhost:3000 in the browser.
- Device: Desktop / Browser: Chrome
- Device: Mobile / Mode: Portrait / Browser: Chrome