Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "User" model #9

Open
6 tasks
IkeHunter opened this issue Sep 24, 2023 · 0 comments
Open
6 tasks

Create "User" model #9

IkeHunter opened this issue Sep 24, 2023 · 0 comments

Comments

@IkeHunter
Copy link
Collaborator

Info

Create a MongoDB model that will be used to store basic information on a user. This model will be extended for the club member and club admin models, and will contain the info they have in common.

This should contain the following fields (at least):

  • Email
  • First Name
  • Last Name
  • Password (hashed)

Unit tests are required.

Tasks

  • Create model
  • Create tests

Tests

  • should create
  • should update
  • should delete
  • password should be hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant