GithubHelp home page GithubHelp logo

fourguys's Introduction

FourGuys

A web application for food ordering and delivery system for a fictional restaurant called Four Guys. This web app is developed for the Software Engineering (CSc 322) class.

Getting Started

  1. Fork from the master repository and clone it to your computer:

    $ git clone https://github.com/<your username>/FourGuys.git

  2. Get inside the directory and create a virtual environment:

    $ cd FourGuys
    $ virtualenv venv --python=python3
    

    IMPORTANT: The web app is written in Python3 and as such the interpreter for the virtual environment must be of that version.

  3. Activate your virtual environment:

    $ source venv/bin/activate

  4. Install packages from requirements.txt that are needed to run the web app:

    $ pip install -r requirements.txt

  5. Create the required database, its tables and preload them with dummy data:

    $ python manage.py rebuild_database

    IMPORTANT: This command must be executed before the next step or otherwise Python interpreter will throw an error.

  6. Run the application:

    $ python manage.py runserver

Contributors

The contributors to this awesome (and laborious) project are:

  • Sunny Mei
  • Adam Ibrahim
  • Miguel Dominguez
  • Ichwan Palongengi

fourguys's People

Contributors

sunny3oy avatar ipalongengi avatar beelzebielsk avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar Miguel Dominguez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.