Skip to content

archibishop/Book-A-Meal

Repository files navigation

Book-A-Meal

A repository for a web application for booking meals

Build Status Coverage Status Maintainability

Getting Started

The following instructions will enable you run this project on your local machine.

Prerequisites

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.

Installation

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.

Running the tests

Navigate to the api directory in your command and run the command pytest tests . This will run all the test file in that folder.

Built with

Flask web framework for python.

About

A repository for an api for booking meals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published