mihaelagheorghiu10 / TechEvents-Back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech Events

A software development collective wants to create a web application to manage their online events (workshops, masterclasses, webinars, etc) The users would be able to see the description of a given event, sign up and unsign. They also would be able to see a list of the events they are signed in. The admin should have the tools in order to manage the events.

This is the repo for the back side of the project. You can check the front at: TechEvents-Front

Team Members

Badr El kahouaji Daniel Gallego López Esther Reyes Gustavo Ardaya Zubieta Jaume Vidal Buenafuente Mihaela Gheorghiu

Initial EER Diagram

eer diagram

Available API endpoints

  • Base Url: /api/v1
  • Events
    • Get All: /events
    • Get by Id: /events/:id
    • Get Users Signed In Event By Event Id: /events/:eventId/users
    • Sign Current Logged User Up For Event: /events/signup/:id

About


Languages

Language:Java 100.0%