Master degree project for Agile Software Development course, Computer Science, Unical. Developed by Team Amazon 1:
- Davide Gena as Product Owner;
- Martina Canonaco as Scrum Master;
- Claudio Lucisano Giuseppe Moscato Mahbub Hasan Ali Bek as development team.
First of all, clone both the backend and the frontend repositories.
For the backend part we've used this modules and dependencies:
- Spring Boot
- Spring Web
- Spring Security
- Spring Data JPA
- Lombok
If you want to check the db with PGAdmin, or whatever viewer, you need to create a new database with the following credentials:
- username: postgres
- password: root
- port: 5432
To customize these credentials check the application.properties file.
Now you are able to run the backend part through running the main method inside AmazonApplication.java.😎
It should give something like this in your console:
In the README.md file of the other repository you can find all the frontend instruction.
... mini tutorial on screen
