Skip to content

TeamAgileSoftwareDevelopmentUnical/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend repository💻

ASD Project's backend using Spring Boot.

Master degree project for Agile Software Development course, Computer Science, Unical. Developed by Team Amazon 1:

How to run the project.

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:

screen

In the README.md file of the other repository you can find all the frontend instruction.

... mini tutorial on screen

Enjoy!

About

Project's backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages