https://github.com/mempko/muda
Muda means useless in Japanese. It is a todo list that is out of the way.
https://github.com/mempko/muda
cpp cpp14 muda service todo todolist
Last synced: 27 days ago
JSON representation
Muda means useless in Japanese. It is a todo list that is out of the way.
- Host: GitHub
- URL: https://github.com/mempko/muda
- Owner: mempko
- License: agpl-3.0
- Created: 2015-08-27T18:31:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T18:44:23.000Z (about 2 months ago)
- Last Synced: 2025-03-24T19:39:20.845Z (about 2 months ago)
- Topics: cpp, cpp14, muda, service, todo, todolist
- Language: C++
- Homepage:
- Size: 2.37 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Muda
========================Muda means useless in Japanese. This is a simple TODO list web application written in
C++ and Web Toolkit.Try it out at [bigmuda.com](https://bigmuda.com)

Dependencies
========================- [Boost](http://www.boost.org/)
- [Wt](http://www.webtoolkit.eu/wt)
- [Postgresql](http://www.postgresql.org/)Building
========================````bash
mkdir build
cd build
cmake ..
cmake --build .
````Running
=========================1. Create a database in Postgresql called 'muda' and create a user.
2. Copy the wt_config.xml.example and modify it to connect to the Postgresql database.
3. Copy the resources directory where you want the root directory to be.Then execute
```bash
./muda --docroot=root --http-port=80 --http-address=0.0.0.0 --config wt_config.xml
```License
=========================
This project is licensed under the GNU Affero GPL Version 3 license.
Read the COPYING file about the specifics of the license.