Newsletter For A Template
Join the Community For A Template
Subscribe to A Template newsletter for the latest news and updates
Memory is a self-hosted, open-source note-taking app focused on minimalism and efficient organization using simple folders and keyboard shortcuts.
NotGeek Blog is a personal blog focusing on Web, Software Engineering, Java, backend architecture, and design, sharing insights and code examples.
Memory is a simple, open-source note-taking application designed for minimalism and efficiency. It provides a straightforward interface for taking and organizing notes without unnecessary features.
<enter>
to submit.<enter>
./notes
directory.git clone https://github.com/yousboot/memory.git
cd memory
pip install -r requirements.txt
python app.py
Access the app locally via your browser.
Run Memory using Docker:
docker build -t memory .
docker run -p 5000:5000 memory
Access the app at http://localhost:5000
or http://127.0.0.1:5000
.
Contributions are welcome. Submit pull requests with your ideas and improvements.