Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singerdmx/bulletjournal
An organizational system that helps you keep track of everything in your busy life
https://github.com/singerdmx/bulletjournal
ant-design docker docker-compose elasticsearch firebase firebase-messaging golang gradle java nodejs postgresql react redis redux redux-saga spring-boot tyepscript webrtc websocket
Last synced: 1 day ago
JSON representation
An organizational system that helps you keep track of everything in your busy life
- Host: GitHub
- URL: https://github.com/singerdmx/bulletjournal
- Owner: singerdmx
- License: gpl-2.0
- Created: 2020-01-02T23:43:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T21:56:57.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:10:57.205Z (9 months ago)
- Topics: ant-design, docker, docker-compose, elasticsearch, firebase, firebase-messaging, golang, gradle, java, nodejs, postgresql, react, redis, redux, redux-saga, spring-boot, tyepscript, webrtc, websocket
- Language: Java
- Homepage: https://bulletjournal.us/home/index.html
- Size: 66.3 MB
- Stars: 152
- Watchers: 22
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BulletJournal is an open source platform for notebook keeping, ledger management, task/project management and coordination with speciality in personal organization, scheduling, reminders, to-do lists, notes sharing, multi-person ledger and team project collaboration.
You can join [Slack Group] for discussion.
## Installation
- Docker### Pre-requisite (Docker)
- Docker 19.03.5+
- Postgres 9.4+
- Docker Compose 1.25+ (optional but recommended)## Quick Start
Please open the terminal and execute the command below. Make sure you have installed docker-compose in advance.
```bash
git clone https://github.com/singerdmx/BulletJournal.git
cd BulletJournal
chmod +x buildImage.sh
chmod +x start.sh
```Next, you can look into the `docker-compose.yml` for detailed config parameters. Then execute the command below to start the services.
```bash
./buildImage.sh
./start.sh
```Open the browser and enter `https://localhost` to see the UI interface.
Open the browser and enter `http://localhost:8080/swagger-ui.html` to see the API documentation.[Slack Group]: https://join.slack.com/t/bulletjournal1024/shared_invite/zt-fys7t9hi-ITVU5PGDen1rNRyCjdcQ2g