Code Monkey home page Code Monkey logo

spendendings's Introduction

Spendendings

A very creative tool with a very uncreative name.

Description

Setup

git clone https://github.com/Fabs37/spendendings.git
cd spendendings
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
flask -A spendendings init-db

Deploying

By default, it is listening on 127.0.0.1:5000.

flask -A spendendings run

Quick and (kinda) dirty

This approach uses Waitress as server. See also the Flask documentation.

python3 serve.py 8080

How you should do it

See the Flask doc.

Command Line

The following command line scripts are available (the server isn't required to be running while executing them):

  • flask -A spendendings add-project NAME GOAL ESTIMATEDCONTRIBUTORS

  • flask -A spendendings delete-project UUID

  • flask -A spendendings update-project UUID NAME GOAL ESTIMATEDCONTRIBUTORS

  • flask -A spendendings list-projects

  • flask -A spendendings init-db

    Initializes the database (should be at instance/spendendings.sqlite, .venv/var/spendendings-instance/spendendings.sqlite or somewhere else). Modifying this database directly makes the other commands quite obsolete. Warning: Running this command (more precisely, /spendendings/schema.sql) again later will reset the database, deleting all existing data.

  • flask -A spendendings inject-sql FILENAME

    Executes the given SQL file on the database mentioned above. Use with caution.

spendendings's People

Stargazers

 avatar

Watchers

 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.