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

BackEnd1_Register&LogIn #4

Closed
Junge24 opened this issue Feb 4, 2022 · 1 comment
Closed

BackEnd1_Register&LogIn #4

Junge24 opened this issue Feb 4, 2022 · 1 comment
Labels

Comments

@Junge24
Copy link
Collaborator

Junge24 commented Feb 4, 2022

User Register&LogIn:

  1. user could sign up a new account with his/her information: firstname, lastname, email, phone num etc
  2. user could login in with an existed account

Room Create:

  1. user could create a chatting room for file and message exchange.
@Junge24
Copy link
Collaborator Author

Junge24 commented Feb 4, 2022

  • design user account database table struct
  • design room database table struct
  • connect to the local MongoDB
  • check the value for registration input by users
  • write functions for getting info from the frontEnd webpages
  • create new account with user's info , generate token , and store the corresponding information into the local database
  • check the value for create new room input by users
  • create new room with info, and store the corresponding information into the local database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant