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

First entity: Event, without user, participators, and chat messages #6

Closed Daggerpov closed 4 days ago

Daggerpov commented 5 days ago

Create:

For an event with: title, start time, end time, location, and note.

Don't include: creator, participators, and chat messages for now

image

Daggerpov commented 5 days ago
Daggerpov commented 5 days ago