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

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

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