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

https://github.com/arbitroy/todolist

This is a simple todolist with a sqlite emebedded database. The aim of this project was to learn how to use embedded dbs that hopefully help in deploying in standalone applications
https://github.com/arbitroy/todolist

Last synced: 10 months ago
JSON representation

This is a simple todolist with a sqlite emebedded database. The aim of this project was to learn how to use embedded dbs that hopefully help in deploying in standalone applications

Awesome Lists containing this project

README

          

# ToDoList
This is a simple todolist with a sqlite emebedded database. The aim of this project was to learn how to use embedded dbs that hopefully help in deploying in standalone applications

To run it ensure u have an sqlite-jdbc jar and java in your machine