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

Meeting Application created by Shailendra Patel. #39

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

shailpat27
Copy link

@shailpat27 shailpat27 commented Jan 9, 2022

I have created the meeting application. To persist the data used json files.
Application feature:

  1. User registration
  2. User login using json web token.
  3. Meeting creation, get meeting details, drop a user from a meeting, get all meeting for a user.
    There are two services in my application under ./service directory.
  4. AuthService, this service is responsible for storing user information. Reading and writing user information to json file to persist user data.
  5. MeetingService, this service is responsible for storing all meeting information, and all meeting of a user to json file to persist meeting data.
    There are two controllers in the application:
  6. AuthController, main responsibility is to provide the user registration, login, user validation and jwt token validation.
  7. MeetingController, main responsibility is to create meeting, get meeting details, delete meeting, drop a user from a meeting.

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

Successfully merging this pull request may close these issues.

1 participant