https://github.com/maclong9/todos
Full stack todo list application
https://github.com/maclong9/todos
hummingbird mvc todos
Last synced: 12 months ago
JSON representation
Full stack todo list application
- Host: GitHub
- URL: https://github.com/maclong9/todos
- Owner: maclong9
- License: apache-2.0
- Created: 2024-11-28T21:11:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T10:48:03.000Z (over 1 year ago)
- Last Synced: 2025-03-30T18:12:32.629Z (over 1 year ago)
- Topics: hummingbird, mvc, todos
- Language: Swift
- Homepage:
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo Application
A simple todo list application built with [WebUI](https://github.com/maclong9/web-ui) and
[Hummingbird](https://github.com/hummingbird-project/hummingbird).
## Development
1. `git clone https://github.com/maclong9/todos && cd todos`
2. `docker build -t swift-todos .`
3. `docker run -p 8080:8080 swift-todos`
## Todo
- [ ] Fix the error/success message for auth
- [ ] Implement Verify Email and Password Reset