- A store built with Angular connected with AWS postgres DB
- it contains products in the landing page with navigation bar to navigate to the cart or opposite,
- the header contains number of products calculator in the cart
- you can select number of same product that you want to add to the cart, also you can change it in the cart if you changed your mind after seeing the overall price
- User-friendly UX/UI
- user-friendly aesthetic Notifications
npm install
npm run dev
- POSTGRES_HOST=exampledbname.x1y2z3sn9skh.us-east-1.rds.amazonaws.com
- POSTGRES_USERNAME=postgres
- POSTGRES_PASSWORD=exampledbpassword
- POSTGRES_DB=postgres
- POSTGRES_PORT=5432
Visit the site: http://mystore-dev.us-east-1.elasticbeanstalk.com
npm run dev:backend
npm run start:frontend