A Django web application for booking tables and meals in a restaurant. :)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You're going to need the tools below to run on your machine
- python -python
- virtualenv - virtualenv
A step by step series of examples that tell you have to get a development env running
First install python and virtualenv.
- python - python programming language
pip install virtualenv
create and activate the virtual environment
virtualenv venv && source bin/activate
pip install -r requirements.txt
python manage.py migrate
End with an example of getting some data out of the system or using it for a little demo
PEP8
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
see the tags on this repository.
- Julius Idowu - Initial work - JuliRash
This project is licensed under the MIT License - see the LICENSE.md file for details
- God
- Hat tip to anyone who's code was used
- stackoverflow
- Inspiration
- etc