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

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

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.