SneakersDB is a platform where you can save the information of the sneakers you have and see a list of them and their info.
-
Download the proyect from the repository or clone it.
-
Change the properties in '/src/main/resources/application.properties' with your credentials and change 'ddl-auto' from 'validate' to 'create'.
-
Open and run 'sneakers' as a project on a IDE as IntelliJ.
-
Run the client directory 'sneaker-frontend' as an Angular proyect (you'll need to run 'npm install' and then 'ng serve'.
-
Open a browser and nagivate to 'localhost:4200'.
-
Create a new sneaker (with Reactive Form Validation)
-
View the list of your sneakers
-
Angular Material Design
Iván Trujillo