Code Monkey home page Code Monkey logo

andybee's Introduction

andyBee

andiBee A geocache database with a web frontend

Status

The status of this SW is pre-alpha. A lot of features are simply not yet implemented. On the other hand you might already get an impression of the GUI and how this DB will work.

The following features are incomplete (and this list is incomplete as well):

  • Filters are only implemented for a very limited set of properties
  • Updating the coordinates of geocaches (e.g. for solved mysteries) is not yet implemented
  • DB-maintenance not implemented, e.g. delete geocaches which are not updated for a specific time period
  • Preferences needs to be extended
  • and of course: documentation is missing. For now: Read the code. ;-)

Screenshots

Refer to screenshots.md

Installation

The installation of andyBee depends on the following SW:

  • python - of course. The provided version of andyBee was developed using python 2.7.13.

  • pip - a python package manager

  • yarn - a dependency management for JavaScript

Installation of python packages

It is recommended to use virtualenv for installing the python packages, as this creates a virtual phyton environment and allows installation of packages without impacting other (system-) python installations.

Commands to create the virtual environment (optional):

$ virtualenv venv
$ source venv/bin/activate

Commands to install the python packages:

$ pip install -r requirements.txt

Installation of JavaScript libraries

Commands:

$ cd app/static/external
$ yarn

Usage

Command to start the andyBee web server:

$ python andyBee.py

The web server will listen on port 5000.

In your browser, open the URL localhost:5000

Licence

This project is licensed under the MIT License - see the LICENSE file for details.

andybee's People

Contributors

jensguballa avatar

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.