This project is a mockup of a webshop for a bookstore. It uses a backend application written in Node.js and frontend application written in React, TypeScript, and SCSS.
The component library we have used is Material UI
We created an idea of how we wanted the design to look like in Figma
- Node.js
- Express.js
- Dotenv
- Navigate to the backend directory from the root of the project using the command:
cd backend- Install the necessary dependencies:
npm install- Start the server
npm start- React
- TypeScript
- SCSS
- Dotenv
- Vite
- Navigate to the frontend directory from the root of the project using the command:
cd frontend- Install the necessary dependencies:
npm install- Start the server:
npm run dev