University Restaurant is a web application designed to manage the operations of a university restaurant. It allows administrators, kitchen staff, and students to interact with the system through different interfaces.
- Administrative interface for managing restaurant operations.
- Kitchen interface for handling food preparation and inventory.
- Student interface for viewing menus and placing orders.
- Middleware to prevent SQL injection.
- Static file serving and dynamic view rendering with Handlebars.
- JavaScript
- Handlebars
- CSS
- Express
- MongoDB
- Mongoose
- bcryptjs
- jsonwebtoken
- moment
- Clone the repository:
git clone https://github.com/ahyaghoubi/University-restaurant.git cd University-restaurant
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000