- Open a shell environment
- In the environment, run the command "git clone https://github.com/LucasCopertino/CSCE-3444-Software-Engineering-Project.git"
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"
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"
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"