All Projects → singerdmx → BulletJournal

singerdmx / BulletJournal

Licence: GPL-2.0 license
An organizational system that helps you keep track of everything in your busy life

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to BulletJournal

nextjs-ts-antd-redux-storybook-starter
🏃🏼 Next.js + TypeScript + Ant Design + Redux Toolkit + Redux Saga + Styled Components + Jest + Storybook 企业级项目脚手架模板
Stars: ✭ 78 (-33.33%)
Mutual labels:  redux-saga, ant-design
toutiao
模仿今日头条,实现 APP 端,Server 端, Web 管理端
Stars: ✭ 17 (-85.47%)
Mutual labels:  redux-saga, ant-design
inside-client
Human Resources Department Tool. https://ifactory-solutions.github.io/inside-client/
Stars: ✭ 42 (-64.1%)
Mutual labels:  redux-saga, ant-design
admin-antd-vue
Vue3.x + Ant Design Admin template (vite/webpack)
Stars: ✭ 111 (-5.13%)
Mutual labels:  ant-design
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-83.76%)
Mutual labels:  redux-saga
generator-antd-pro
An easy way to build your ant-design-pro application.
Stars: ✭ 34 (-70.94%)
Mutual labels:  ant-design
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (-53.85%)
Mutual labels:  ant-design
rc-redux-model
一种较为舒适的数据状态管理书写方式,内部自动生成 action, 只需记住一个 action,可以修改任意的 state 值,方便简洁,释放你的 CV 键~
Stars: ✭ 48 (-58.97%)
Mutual labels:  redux-saga
react-easy-ssr
🔥 React Starter Project with Webpack 5, Babel 7, TypeScript, Redux-saga, Styled-components, React-jss, Split code, Server Side Rendering.
Stars: ✭ 31 (-73.5%)
Mutual labels:  redux-saga
vue-iview-admin-template
Vue 2.0 admin template based on View UI
Stars: ✭ 43 (-63.25%)
Mutual labels:  ant-design
vue-vben-admin
A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
Stars: ✭ 12,169 (+10300.85%)
Mutual labels:  ant-design
daas-with-github-actions
A low code learning project run with github actions
Stars: ✭ 15 (-87.18%)
Mutual labels:  ant-design
gostack-rocketshoes-react
👞 Sample store built with Redux and Redux-Saga
Stars: ✭ 35 (-70.09%)
Mutual labels:  redux-saga
Online-Examination-System
Technologies : React js, Node js, Express js, Mongo Db, Ant Design, Redux js Key features: 1. User management 2. Modular code 3. Permission management 4. Persistent answers on page refresh in the test portal 5. Examination results using graphs 6. Results can directly be downloaded as excel sheet 7. Feedback system
Stars: ✭ 37 (-68.38%)
Mutual labels:  ant-design
next-redux-saga-boilerplate
Next/Redux/Saga boilerplate - Example of using Next.js 9 with Redux Saga
Stars: ✭ 13 (-88.89%)
Mutual labels:  redux-saga
redux-saga-in-korean
redux-saga 공식문서의 한국어 번역 프로젝트.
Stars: ✭ 73 (-37.61%)
Mutual labels:  redux-saga
saga-monitor
Simple, elegant, and configurable redux-saga monitor
Stars: ✭ 37 (-68.38%)
Mutual labels:  redux-saga
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (-18.8%)
Mutual labels:  redux-saga
redux-form-antd
Ant design bindings for redux form
Stars: ✭ 107 (-8.55%)
Mutual labels:  ant-design
yugong
前端低代码编辑器
Stars: ✭ 52 (-55.56%)
Mutual labels:  ant-design

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.

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.

./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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].