A simple website for selling music albums. Developed with Angular (FrontEnd), NodeJS (BackEnd) and MySQL (DataBase).
This app is built with:
- [Angular]
- [NodeJS Express]
- [MySQL]
- Download AngularCLI, NodeJS, MAMP / XAMPP
- Make sure to download the node-modules required for BackEnd and FrontEnd.
- Download Access-Control-Allow-Origin Chrome Extension (it's required for the BackEnd - CORS).
- You can see the details for each product and, depending of the availability, you can order it (add to cart) or not. You can scroll through the photos and the main one has a zoom function on it.
- You can add, remove or update products from the cart.
- You can book your order.
- Login / Register
Open and run your database: MAMP / XAMPP
$ npm start -> FrontEnd Folder
$ npm start -> BackEnd Folder