Skip to content

Just a small bills controller for my future bakery

Notifications You must be signed in to change notification settings

diogosimao/bakery-bills

Repository files navigation

bakery-bills

Build Status Coverage Status Code Health Requirements Status

Hosted at Heroku

API Documentation

Stack

  • Python >= 3.5
  • PIP
  • Pipenv

Run the app locally

  1. Make sure you have Python >= 3.5 and PIP installed.

    1.1. In order to install it on Ubuntu-like systems run:

     $ sudo apt-get install python3 \
         sudo apt-get install python3-pip
    
  2. Install Pipenv.

     $ sudo pip3 install pipenv
    
  3. Git clone this repo. Make sure you have git installed

     $ git clone https://github.com/diogosimao/bakery-bills.git && cd bakery-bills
    
  4. Use Pipenv to create a virtualenv, install its dependencies and activate the virtualenv.

     $ pipenv --three && pipenv install && pipenv shell
    
  5. Run . ./bin/start_development.sh

Development server should be up at http://localhost:8000/.

Run tests

  1. Run . ./bin/run_tests.sh

After that your browser should open with coverage report.

About

Just a small bills controller for my future bakery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published