Skip to content

Sebuliba-Adrian/ShoppingListApp

Repository files navigation

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

Releases

No releases published

Packages

No packages published