Daggerpov / Spawn-App-Back-End

Back-end REST API for the Spawn mobile app, written in Java Spring Boot, and connected to a MySQL database.
Other
1 stars 0 forks source link

Setup MySQL Database #1

Open Daggerpov opened 1 week ago

Daggerpov commented 1 week ago

https://youtu.be/o4yPYWIRQG4?si=Q5l1LdOfyuRlTriJ

Daggerpov commented 2 days ago

https://youtu.be/YVl6M5ztOu8?si=Yj-rZJuwxuc61tKk

@evannawfal Watch from 8:40, as that's what pertains to setting up an entity within the database

Note that you'll need to install: MySQL & MySQL Workbench, which the first video I attached in this issue covers.

Note that our architecture has an extra layer between controllers <-> repositories, services