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

feat(backend): add authentication and booking crud (Abel Mekonen) #331

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

Conversation

Abel-Mekonen
Copy link

Features

  1. User Registration and Authentication:
    Implemented the user registration functionality, allowing users to create new accounts and securely store their account details in the database.
    Added user authentication using authentication tokens (JWT) for accessing protected API endpoints.
    Implemented role-based authorization to restrict access to certain actions based on user roles.
  2. Movie Booking:
    Implemented the movie booking functionality, enabling users to book movie tickets for specific movies and cinemas. Users can select multiple seats in a single booking.
    Validated the availability of selected seats for the specified movie and cinema before creating the booking record.

@Abel-Mekonen Abel-Mekonen requested a review from a team as a code owner May 23, 2023 13:27
@vercel
Copy link

vercel bot commented May 23, 2023

Deployment failed with the following error:

Resource is limited - try again in 16 hours (more than 100, code: "api-deployments-free-per-day").

@github-actions github-actions bot added the @team/backend Changes done by the backend team label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@team/backend Changes done by the backend team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant