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.
- Host: GitHub
- URL: https://github.com/simran1002/guardedprofilelocker
- Owner: simran1002
- Created: 2024-01-03T20:22:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T04:08:55.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:51:51.155Z (over 1 year ago)
- Topics: cloudinary, jsonwebtoken, mongodb, multer, multer-storage
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```