Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mandarvaze/life-journal-masonite
- Owner: mandarvaze
- License: mit
- Created: 2019-11-08T05:14:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:39:35.000Z (about 2 years ago)
- Last Synced: 2024-11-06T05:36:36.005Z (3 months ago)
- Topics: masonite-framework, python3
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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