A repository for a web application for booking meals
The following instructions will enable you run this project on your local machine.
You need to have python installed on your machine. If not got to https://www.python.org/downloads/ to get an installer for your machine. You should also install pip to your machine.
Then download a virtualenv using pip install virtualenv.
Clone the project https://github.com/archibishop/Book-A-Meal.git and have a copy on your local machine. Create a virtual environment using virtualenv env
command to create one in the folder.
Activate the virtual environment using scripts\activate
command and the then run
pip install -r requirements.txt. This will install the packages required for the project.
The project is now ready to use.
Navigate to the api directory in your command and run the command pytest tests
. This will run all the test file in that folder.
Flask web framework for python.