Skip to content

deeprustagi/linkMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkMe

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

Architecture

It is a spring boot application using REST API with Controller-Service-Repository layered architecture. image

Working

Register/Login

Users can register/login with basic details to access the functionality.

image

image

Profile

Once logged in, the user will get the functionality of file creation, logout button, view files, and share/unshare the files.

image

Create File

Users can create a file by submitting the form with the file name and its content.

View File

Users can view the content of the file by clicking on the file name.

image

Share/Unshare File

Users can share/unshare the files any number of times by clicking on the respective buttons.

Logout

Users can logout by clicking on the logout button to get out of the website.

About

A Website for storing and sharing important text using Spring Boot, JavaScript, and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors