Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 828 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 828 Bytes

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