The Grace British Bake Off is an e-commerce site that sells baked goods. Our pastries are based on our favorite bakery show 'The Great British Bake Off'.
Users can browse products, add products to their cart, and checkout as guests or registered users.
- Developed the website's overall design using React and vanilla CSS, providing a modern and fully responsive experience for users on both mobile and desktop devices.
- Designed the log-in/sign-up, cart, and checkout UI components using React, resulting in an intuitive and visually appealing user experience.
- Built REST API routes for products, orders, and users using Express, effectively managing HTTP requests and implementing thorough error handling.
- Architected Sequelize schemas for the order, product, and user models, defining the structure of the PostgreSQL database.
Sync and seed the database by running npm run seed
. Running npm run start:dev
will make great things happen!