cadomani / course-management-system

Group project for Software Modeling and Design (COMP3700)
https://cms.kltpzyxm.live
3 stars 1 forks source link

Implement new user registration #14

Closed cadomani closed 2 years ago

cadomani commented 2 years ago

The registration data should be a POST request to /api/registration with the exact names:

If successful, the server will reply with: { publicId: string }

which corresponds with the profile id that was just created.

Deletion has not yet been implemented, so for testing, use different email addresses every time, or the request will fail. Postman is highly recommended for this

cadomani commented 2 years ago

Fixed on #41