Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mblayman/journal
A SaaS Journal
https://github.com/mblayman/journal
Last synced: 18 days ago
JSON representation
A SaaS Journal
- Host: GitHub
- URL: https://github.com/mblayman/journal
- Owner: mblayman
- License: mit
- Created: 2023-05-18T01:33:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:59:59.000Z (6 months ago)
- Last Synced: 2024-05-23T02:31:58.422Z (6 months ago)
- Language: Python
- Size: 188 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# journal
A SaaS Journal - future source home of journeyinbox.com
## setup
```
python3 -m venv venv
pip install -r requirements-dev.txt -r requirements.txt
```Local superuser:
* username: matt
* email: [email protected]
* password: createhorse## local development tools
```
CFLAGS="-I/opt/homebrew/Cellar/graphviz/7.0.5/include" LDFLAGS="-L/opt/homebrew/Cellar/graphviz/7.0.5/lib" pip install -r requirements-dev.txt -r requirements.txt
```