FelixRDL/seeance

As A User, I want to register on the Platform in order to use it.

Closed this issue · 0 comments

  • Registering requires also acknowledging the terms of usage.
  • Registering is only possible, if the user is not already registered in the system.

Backend

  • Create MongoDB Container
  • Use mongoose ODM
  • Add User Repository + Provider
  • Define User Entitiy
  • Define User Model
  • Add Use Case
  • Implement Use Case and connect it to routes

Frontend

  • Create register landing page
  • Implement User Service
  • Implement register and create user
  • Implement Registered User Route

#1 #2