Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamdutta2000/securevault
secureVault: A web app to prevent data breach. Store all your secret information here. Your secrets are safe with us
https://github.com/shubhamdutta2000/securevault
authentication bcrypt controller cors expressjs heroku jest material-ui mongoose nodejs react react-hooks react-redux react-router redux redux-thunk routes supertest testing
Last synced: 1 day ago
JSON representation
secureVault: A web app to prevent data breach. Store all your secret information here. Your secrets are safe with us
- Host: GitHub
- URL: https://github.com/shubhamdutta2000/securevault
- Owner: Shubhamdutta2000
- License: mit
- Created: 2021-03-09T07:43:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T22:10:30.000Z (over 1 year ago)
- Last Synced: 2023-03-06T05:36:01.954Z (over 1 year ago)
- Topics: authentication, bcrypt, controller, cors, expressjs, heroku, jest, material-ui, mongoose, nodejs, react, react-hooks, react-redux, react-router, redux, redux-thunk, routes, supertest, testing
- Language: JavaScript
- Homepage: https://securevault-shubham.herokuapp.com/
- Size: 3.29 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Layer Vault
Keep you secrets safe in this web app
![screenshot](https://github.com/Shubhamdutta2000/secureVault/blob/main/screenshots/heroSection.PNG)
## Features:
- Authentication
- Authenticated User can keep following secrets:
- Personal Details
- Vital Documents
- Education Details
- Career Details
- Financial Details
- Medical Details
- Authenticated User can post their vital information
- Authenticated User can update their details
- Password in viewing their details## Usage
#### Installation Dependendencies
```
npm i
cd frontend
npm i
```#### Run Locally (both backend and frontend)
```
npm run dev
npm run client
```## Testing of web app
```
npm run test
```## DEMO
- See this app live:- https://securevault-shubham.herokuapp.com/