An open API service indexing awesome lists of open source software.

https://github.com/ucheobi/cinema-planner-server

cinema server for managing cinema booking client.
https://github.com/ucheobi/cinema-planner-server

apollo-server graphql nexus postgresql prisma typescript

Last synced: 3 months ago
JSON representation

cinema server for managing cinema booking client.

Awesome Lists containing this project

README

          

# cinema-planner-server
cinema server for managing cinema booking client.

REQUIREMENTS
===============
1. Create a UI that allows clients to:
a. View list of available movies and its details
b. Choose from a list of seats.
c. Book and manage their ticket.
d. Create and manage their accounts.

2. Create a UI that allows admin to:
a. Create new movies.
b. Manage movies and tickets.
c. Manage user accounts and roles.
d. Manage database.
e. Validate user ticket.

ENTITIES
===========
a. Movie
b. Ticket
c. User
d. Seat