An open API service indexing awesome lists of open source software.

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.

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)

![image](https://github.com/user-attachments/assets/a7f1db44-b9b9-4e96-834a-c7926ba40ee5)

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.