Dnim is a simple markdown note-taking app built using FastAPI, Nicegui, and MongoDB. The project was designed to experiment with these technologies.
- Markdown-based note-taking interface.
- Built using FastAPI for fast performance.
- Nicegui for creating the user interface.
- MongoDB as the database to store notes.
Clone the repository and use Docker to set up the environment:
git clone https://github.com/Bigocb/dnim.git
cd dnim
docker-compose up