Giter VIP home page Giter VIP logo

around-the-house's Introduction

Around the House

A simple database-backed, web UI for keeping track of media in a household, i.e. books, DVDs, music and so on. It's built against Python 3.5 and based on the Flask web framework. Testing is managed with Nose.

Raspberry Pi

The project comes bundled with an installation script for the Raspberry Pi. This will install the necessary dependencies and create a systemd service that launches the app on boot. Simply download the repository, navigate to the directory, and run:

sudo ./setup.sh

The app should now be running at <pi_ip_address>:3000.

Install

Alternatively, to install the dependencies manually:

pip install -r requirements.txt

Run

To run the app manually:

python run.py

and then navigate to localhost:3000 (or <server_ip_address>:3000 if accessing from a different computer on the network) in a browser.

Test

Testing is handled by the Nose test framework. To run the tests:

nosetests

This will provide a printout in the shell and also produce a coverage report, accessible at cover/index.html.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.