i have added a rest package which implements some rest services and augmented parts of existing code for interoperability
i have also added some dependencies to name them :
javelin- acts as a web framework with useful stuff out of the box
SQLite jdbc driver -interface to communicate with SQLite database
hikariCp - for connection pooling
argon2-jvm - for hashing password purposes
what i added just conforms to the first issue in the issue page
The package comes with a main class which can serve as an entry point to the program
i have added a rest package which implements some rest services and augmented parts of existing code for interoperability i have also added some dependencies to name them :