| Crates.io | todo_app_server |
| lib.rs | todo_app_server |
| version | 0.1.3 |
| created_at | 2020-03-07 08:51:31.686669+00 |
| updated_at | 2020-07-02 13:51:38.152641+00 |
| description | A Todo-app-server for learning purpose |
| homepage | https://github.com/mohankumaranna/todo_app_server |
| repository | https://github.com/mohankumaranna/todo_app_server |
| max_upload_size | |
| id | 216283 |
| size | 68,988 |
Note: todo app server is developed based on Warp's example code at Todo; here sqlite database is used, instead of in-memory database found in the warp example.
A demo application is running at the following address (browser or Postman can be used to access data):
Todo-App Demo
MIT