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
2 stars 0 forks source link

Second entity: base user #7

Closed Daggerpov closed 5 days ago

Daggerpov commented 5 days ago

Create:

For a user with: username, first name, last name, and bio.

image

Don't include: anything else (dependent on other relationships) for now.

Daggerpov commented 5 days ago

All done; just need to test