This is the Backend API that supports the Angular Front-End Project Link: https://github.com/Mostaxd/E-Commerce-Angular
Live View of the Backend:
API response: https://ecommerce-backend-3.herokuapp.com/api/
Products: https://ecommerce-backend-3.herokuapp.com/api/products
1- Clone this repository
2- Open the project in your IDE
3- Go to resources/application.properties
4- Change the ecommerce_database
line to your MySQL database name, change username and password to your db username and pass
5- Add and install the Maven dependencies from pom.xml and run the app.
6- Navigate to http://localhost:3000/api
to see the database