Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mandarvaze/life-journal-masonite

Life Journal App built using masonite framework
https://github.com/mandarvaze/life-journal-masonite

masonite-framework python3

Last synced: about 1 month ago
JSON representation

Life Journal App built using masonite framework

Awesome Lists containing this project

README

        

## About

Track Fulfillment in your life. [Reference](https://medium.com/the-book-mechanic/jim-collinss-simple-secret-formula-for-a-fulfilling-life-cd5465d5e8c9)

## Requirements

- Python 3.4 +

## Installation

`make run` will start the development server.

## Testing

`make unit` will run the tests.

## Dockerized Postgres

* `make start-pgsql` to start postgres in the background
* `make pgsql` to start postgres in the foreground - use a separate terminal for this.
* `make devdb` will create DB, tables and demo data from scratch. **All previous data will be lost**

## TODO

- [ ] Fix flake8 errors so that `pre-commit` hooks pass.
- [ ] 100% Test Coverage
- [ ] Configure CI
- [ ] Deploy to Heroku