Skip to content

An online restaurant order and delivery system CSc322 final project

Notifications You must be signed in to change notification settings

JustinParkCS/CSC322-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuisino

Cuisino

Welcome to Cuisino

The name is subject to change

Getting Started

  1. The project is written in a virtual envirnoment so make sure you have pipenv installed. to do that run
pip install pipenv
  1. run the command
pipenv install

This commands will download everything from the lock file

  1. To run the server run
python cuisino\manage.py runserver
  1. Extra pip installs required
pip install django-bootstrap3
pip install pillow
pip install django

About

An online restaurant order and delivery system CSc322 final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.0%
  • HTML 39.6%
  • CSS 7.7%
  • JavaScript 0.7%