Commit Graph

2 Commits

Author SHA1 Message Date
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
Bea 4ab01c3787 Initialize Maven project and test functionality
A very simple sketch of what the basic server should be able to do has
been set up with Maven. The main package and class, and important
dependencies were added. The project is based on the Pippo Java framework.

A very simple GET test has been implemented, to store/read/remove data
from a list of users and their visited urls.

This is obviously not secure and not ready for anything that can be
considered pre-alpha state.
2020-08-21 12:19:56 +02:00