https://github.com/vvamu/restaurant
Course project ASP.Net Core OracleDB - 2023
https://github.com/vvamu/restaurant
hashing index package procedure tablespace view
Last synced: 9 months ago
JSON representation
Course project ASP.Net Core OracleDB - 2023
- Host: GitHub
- URL: https://github.com/vvamu/restaurant
- Owner: vvamu
- Created: 2023-04-12T19:56:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T04:13:03.000Z (over 2 years ago)
- Last Synced: 2025-02-10T10:41:51.972Z (11 months ago)
- Topics: hashing, index, package, procedure, tablespace, view
- Language: HTML
- Homepage:
- Size: 16.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant
The purpose of this work was to develop a relational database for the restaurant.
The main task of this database is to provide customers with access to the functions of ordering dishes, booking seats for a predetermined number of people or placing an order for self-delivery, the ability of the employee to note the payment of the order by the client.
---
Basic requirements for the application:
1. Ability to authenticate employees, administrator, user.
2. The ability for users to book a place, place an order, register and log in.
3. The user has access tothe function of registration, authorization, viewing information about dishes, making an order, booking a place.
4. Employees can log in, view their salary, change the status of the order.
5. The administrator has the functions of adding, deleting information about employees, dishes.