This is a school project which is aimed at demonstrating the fundamentals of building an eCommerce platform using modern web technologies. The project features a Vue.js frontend and a backend built with Node.js. As database, we used MongoDB for storing products and orders. The application is also containerized using Docker for easy deployment and consistent environment setup.
- Clone the repository:
git clone https://github.com/marcusju23/vueproject-group7.git
cd vueproject-group7
- Install dependencies, run the docker compose and start the application:
npm run start