This website requires JavaScript.
Explore
Help
Sign In
WebDev
/
webmarker-server
Watch
1
Star
0
Fork
0
You've already forked webmarker-server
Code
Issues
Pull Requests
Releases
Wiki
Activity
017f16fdf1
webmarker-server
/
.gitignore
5 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
.idea/
target/
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
run/
*.ignore
Reference in New Issue
Copy Permalink