Cool but simple web-app mobile-compatible to gamify your life and self-improvement https://lifepex.sceptique.eu/
Go to file
Arthur POULET d07ed65911
Add code date
2021-06-03 20:36:52 +02:00
config Improve registering new users with default value and redirection to today 2021-06-01 20:08:04 +02:00
init Add code date 2021-06-03 20:36:52 +02:00
public Improve editor for avoid too many buttons 2021-06-02 23:48:17 +02:00
src Add code date 2021-06-03 20:36:52 +02:00
.gitignore init: Init database 2021-05-01 18:46:45 +02:00
Gemfile Separate pexs for each user for more privacy 2021-06-01 20:03:49 +02:00
Gemfile.lock Separate pexs for each user for more privacy 2021-06-01 20:03:49 +02:00
README.md Update README 2021-06-02 23:52:07 +02:00

README.md

LifePEx

Setup

# SQLITE
./init/database.rb sqlite://sqlite.db

# POSTGRESQL
psql -U postgres postgres -c "CREATE USER root WITH PASSWORD 'toor' SUPERUSER;"
psql -U postgres postgres -c "CREATE DATABASE life_pex"
./init/database.rb postgres://root:toor@localhost/life_pex

Start

./src/app.rb sqlite://sqlite.db
./src/app.rb postgres://root:toor@localhost/life_pex

Features

  • Register an account
  • Reset password
  • Add pex models
  • Add point each day to each pex model
  • Make a nice smooth level function
  • Create a nice CSS template to make it dark and flashy and cyberpunk kikoo
  • Protect privacy with private pex models
  • Import CSV script
  • Make a basic recap graph
  • Make a niice recap graph
  • Add an easy and quick way to edit pex
  • Add advanced pex with variable value

recap image today image