Semester Project for IDATG2204. In this project, we built a fully functional e-commerce website for a fictional electronics retailer.
-
Docker and Docker compose is installed.
- You might need to use
sudoor run as Administrator
- You might need to use
-
Run on
localhost
In the root directory, run:
docker-compose up --buildFrontend: http://localhost:3000
Backend: http://localhost:8080
Database-interface: http://localhost:5050
ElectroMart is a new company selling a wide range of electronic products, including for example:
- Smartphones
- Laptops
- Tablets
- Cameras
- Home appliances
- Accessories
As the developers, our task was to design and implement a relational database-driven e-commerce platform. Our responsibilities included:
- Designing the database
- Developing the backend
- Developing the frontend