Skip to content

Features List

Krista Strucke edited this page Jun 24, 2022 · 1 revision

List of features for the minimum viable product, MVP:

New account creation, log in, log out, and guest/demo login

  • Users can sign up, log in, and log out.
  • Demo login/logout feature to try the site without signing up

Hosting on Heroku

Events

  • GET all events (see all events)
  • GET event (see particular event)
  • CREATE event (create a new event)
  • UPDATE event (edit that event)
  • DELETE event

Registration/Tickets

  • GET registration/ticket details
  • CREATE registration/ticket (create new registration ticket)
  • DELETE registration/ticket (unregister for event)