Skip to content

glundgren93/my-finances-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands

Install dependencies

npm run build

Run rethinkdb

cd C:\rethinkdb-2.3.6
rethinkdb.exe -d C:\rethinkData

Rethinkdb Dump

  • Download python (https://www.python.org/)
  • download rethinkdb-python driver with pip install rethinkdb
  • Make sure rethinkdb is running
  • open directory containing rethinkdb
  • Execute rethinkdb dump

Access rethinkdb

localhost:8080

Get all data from table

r.db("my_finances").table('entries').orderBy('id').limit(25)

About

App used to control my personal finances

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published