![](https://private-user-images.githubusercontent.com/71471295/326424643-19024ae7-b07f-43ce-bdb9-be4710e5ba31.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODg5ODgsIm5iZiI6MTczOTE4ODY4OCwicGF0aCI6Ii83MTQ3MTI5NS8zMjY0MjQ2NDMtMTkwMjRhZTctYjA3Zi00M2NlLWJkYjktYmU0NzEwZTViYTMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDExNTgwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY0MzFmODM3YzI4YjIwOGU1OTVjMGQyZDViMzlhMzQ1OTIzZDYwMjc3Nzc1ODJlMzM3MjA2YmY5ZmRjMDgwMzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.T6Fsk0N45gDidPWjL-7zPBljMqGehkWywRskk0JxzgE)
Silverware is a restaurant management software with the following functionality:
- Waitlist management for hosts.
- Servers can send orders to the kitchen.
- Chefs can manage orders sent from the servers.
- Owners/Managers can create and manage menus and restaurant layouts.
- Owners can create, delete, and edit employee accounts.
Created as a collaborative project for CPSC362 @ California State University, Fullerton.
Download NPM/Node.js, Python, VS Code
Babel JavaScript, Auto Rename Tag, Django, ES7+ React/Redux/React-Native snippets, JavaScript (ES6) code snippets, Prettier, Python
pip install django djangorestframework
(pip3 if on mac)
cd into the frontend folder through the VS Code terminal and run npm install
to download all current dependencies.
cd into the frontend folder and use the VS Code terminal to run npm run dev
open a new VS Code terminal and cd into restaurant-software/restaurant_software (where manage.py is) and run python manage.py makemigrations
, then run python manage.py migrate
, and finally run python manage.py runserver