joblike / joblike-service

Server side using nest.js
1 stars 1 forks source link

Auth phase 1.5 - add register flow #15

Closed cawak closed 3 years ago

cawak commented 3 years ago

This one should be easy. Meanwhile we don't have db, so it's al should be in memory just like login.

The API should be public with 3 fields:

  1. Full name
  2. Email
  3. Password
  4. Type: employer / worker (for example: I'm: looking for employees / looking for a job).

There should be some code changes to this specific schema.

cawak commented 3 years ago

Register flow