sanscript-tech / medical-emergency-flutter-node

https://sanscript.tech
GNU General Public License v3.0
14 stars 18 forks source link

Create a user model #19

Closed BhavyaaArora-08 closed 4 years ago

BhavyaaArora-08 commented 4 years ago

A user must have the following fields.

  1. Name
  2. Phone No
  3. Email
  4. Address
  5. Password
  6. Tokens

An access token ( json-web-token ) will be given to the user when he or she registers/logs in This token will be used for authorization of the user, for accessing private routes.

Arnab-31 commented 4 years ago

Are we going to implement this in mongoDB?

BhavyaaArora-08 commented 4 years ago

Yes

harshareddy794 commented 4 years ago

Can I work on the issue? @Codess08

BhavyaaArora-08 commented 4 years ago

Yes, @harshareddy794
Thanks for contributing.

BhavyaaArora-08 commented 4 years ago

@harshareddy794 Are you working on the issue?

harshareddy794 commented 4 years ago

Yes I'm working on it @Codess08 Will make a PR by tomorrow

harshareddy794 commented 4 years ago

PR for this issue has been merged please close this issue @carrisunrio @Codess08