[WIP] Project to bring cross-browser history and bookmarks synchronization.
Go to file
Bea ce172c3dc4 Implement YAML config, start SQLite implementation
A config.yml file has been added, to allow configuring server settings.
It will be expanded with new settings in the future.

Also, SQLite support has been added, with a "database.sqlite" file.
A basic table with user/pass/userid columns has been added for testing
purposes.
2020-08-21 16:11:32 +02:00
src/main Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
.gitignore Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
pom.xml Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
webMarker.iml Initialize Maven project and test functionality 2020-08-21 12:19:56 +02:00