These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository
$ git clone https://github.com/dcDalin/the-menu
Change Directory to the now cloned folder
$ cd the-menu
Create a virtual environment
$ python3.6 - venv venv
Activate the virtual environment
$ source venv/bin/activate
Install the dependencies
$ pip install -r requirements.txt
Start the server
$ python manage.py runserver
@dc_dalin
This project is licensed under the MIT License - see the LICENSE.md file for details.