Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.62 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.62 KB

Build Status Code Climate Issue Count Coverage Status

Andela-SLC--3

A Shopping list Web Application

A Shopping list Web Application

The challenge of keeping track of shopping items is a need for many individuals that requires an innovative and robust solution that will allow them to remember and share the shopping lists with others

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

Python 3+ python-pip pylint virtualenv or virtualevwrapper

Installation

Clone the repo

$ git clone https://github.com/Sebuliba-Adrian/Andela-SLC--3.git $ cd ShoppingListApp

Create a virtualenv, and activate it:

$ virtualenv venv $ venv/Scripts/activate

Install all the required dependencies: $ pip install -r requirements.txt

To Run The App:

python run.py

Go To the browser and type: http://localhost:5000/

Running the tests

$(.venv) green or $(.venv) nose2