JuliRash / Jembe-Restaurant

A Django web application for booking tables and meals in a restaurant. :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jembe-Restaurant

A Django web application for booking tables and meals in a restaurant. :)

Getting Started

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.

Prerequisites

You're going to need the tools below to run on your machine

Installing

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

coding style

PEP8

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

see the tags on this repository.

Authors

  • Julius Idowu - Initial work - JuliRash

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • God
  • Hat tip to anyone who's code was used
  • stackoverflow
  • Inspiration
  • etc

About

A Django web application for booking tables and meals in a restaurant. :)

License:MIT License


Languages

Language:Python 69.3%Language:CSS 30.7%