Skip to content

Agile Software Development group project - Università della Calabria

Notifications You must be signed in to change notification settings

giadagabriele/Vinted-ASD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinted-ASD

Agile Software Development group project - Università della Calabria

Spring Project connected to MySQL database How to manage db:

  1. create a connection, set credentials like user and password
  2. create a schema on mysql called "vinted"
  3. set the credentials that you chose on the application.properties file
  4. run the project and the schema will be automatically filled with tables
  5. import .sql files

note: password for Jane Doe (watch in 'user' table) as a test "passpass"; images only in /assets/img folder

frontend in the second branch