An open API service indexing awesome lists of open source software.

https://github.com/simran1002/guardedprofilelocker

It ensures top-tier security for user profiles. With advanced encryption, role-based access control, and seamless profile management, it offers a robust solution for protecting sensitive user data. Contribute to building a safer digital space.
https://github.com/simran1002/guardedprofilelocker

cloudinary jsonwebtoken mongodb multer multer-storage

Last synced: 25 days ago
JSON representation

It ensures top-tier security for user profiles. With advanced encryption, role-based access control, and seamless profile management, it offers a robust solution for protecting sensitive user data. Contribute to building a safer digital space.

Awesome Lists containing this project

README

          

## GuardedProfileLocker

## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)

### How to run
1. Clone the repository
```bash
git clone https://github.com/simran1002/GuardedProfileLocker.git
```

2. Open the project directory
```bash
cd GuardedProfileLocker
```

3. Install dependencies
```
npm install
```

4. Add a .env file to the root directory with the following variables
```
DB_URI=
PORT=3000
```

5. Run the server
```
npm start
```
or to run in development mode
```
npm run dev
```