Skip to content

kvnkarthik02/secure-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secure-cloud-service

My attempt at creating a secure cloud storage application which implements a key management system. which employs public-key certificates that allows users of the system to share files securely, and also allows one to add or remove users from the group.

The backend in both client and cloud (server) are coded in Express, with the Frontend being created by simple HTML, CSS and Javascript.

To run the client:

cd client
npm start

To run the server:

cd server
npm start

About

My attempt at creating a secure cloud storage application which implements a key management system. which employs public-key certificates that allows users of the system to share files securely, and also allows one to add or remove users from the group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors