https://github.com/andreaschandra/noto
https://github.com/andreaschandra/noto
productivity vibe-coding
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreaschandra/noto
- Owner: andreaschandra
- License: mit
- Created: 2025-01-18T07:17:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T06:23:57.000Z (4 months ago)
- Last Synced: 2025-07-17T17:20:27.184Z (3 months ago)
- Topics: productivity, vibe-coding
- Language: HTML
- Homepage: https://noto-dev.fly.dev
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noto
A simple Flask TODO list application with user authentication (registration/login), route protection, and session management.
## Setup
Install dependencies:
```bash
pip install -r requirements.txt
```## Running
Start the application:
```bash
export FLASK_APP=app.py
export FLASK_ENV=development
flask run
```## Usage
1. Navigate to `/register` to create a new account.
2. Login at `/login`.
3. Manage your TODO list at `/`.
4. Logout using the "Logout" button.