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-menuChange Directory to the now cloned folder
$ cd the-menuCreate a virtual environment
$ python3.6 - venv venvActivate the virtual environment
$ source venv/bin/activateInstall the dependencies
$ pip install -r requirements.txtStart the server
$ python manage.py runserver@dc_dalin
This project is licensed under the MIT License - see the LICENSE.md file for details.