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.
- Host: GitHub
- URL: https://github.com/ucheobi/cinema-planner-server
- Owner: ucheobi
- Created: 2022-07-20T15:22:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T21:32:42.000Z (over 2 years ago)
- Last Synced: 2025-10-09T02:11:29.601Z (9 months ago)
- Topics: apollo-server, graphql, nexus, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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