A Website for storing and sharing important text such as application logs for debugging purposes among the team. It is built using the following tech:
- Frontend: HTML, CSS, and JavaScript
- Backend: Java, Spring Boot with Hibernate
- Database: MySQL
It is a spring boot application using REST API with Controller-Service-Repository layered architecture.

Users can register/login with basic details to access the functionality.
Once logged in, the user will get the functionality of file creation, logout button, view files, and share/unshare the files.
Users can create a file by submitting the form with the file name and its content.
Users can view the content of the file by clicking on the file name.
Users can share/unshare the files any number of times by clicking on the respective buttons.
Users can logout by clicking on the logout button to get out of the website.



