Skip to content

A web-based restaurant management system using the Django Framework. Provides customer, manager, and employee functionalities for restaurant operations.

Notifications You must be signed in to change notification settings

JStrategic/Cherry-Cactus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCE-3444-Software-Engineering-Project

Ensure python and pip are installed in environment

This is our repository for the term project (a restaurant management system) feel free to message me if we need to change something

Follow the next steps to run the test server in your environment

After the repository has been cloned to your local storage

MacOS:

Run the command "cd CSCE-3444-Software-Engineering-Project"

Run the command "cd restaurant"

Run the command "pip install -r requirements.txt" for MacOS

Run the command, "python3 manage.py runserver"

In a web browser, navigate to "localhost:8000"

Windows:

Run the command "cd CSCE-3444-Software-Engineering-Project"

Run the command "pip install -r myReq.txt" for Windows

Run the command "pip install django-crispy-forms"

Run the command "pip install stripe"

Run the command "pip install flask"

Run the command "pip install Pillow"

Run the command, "python manage.py runserver"

In a web browser, navigate to "localhost:8000"

Performing Unit Tests

You can test all the apps made by the team for the project. 
Available apps and their names are:menu,orders,games,home_pages,staff,accounts


Run the command "cd CSCE-3444-Software-Engineering-Project"

Run the command "cd restaurant"

Run the command, "python3 manage.py test appname"

About

A web-based restaurant management system using the Django Framework. Provides customer, manager, and employee functionalities for restaurant operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.5%
  • Python 40.9%
  • JavaScript 5.1%
  • CSS 4.5%