Cerberus Guard is a password manager that allows you to securely store and manage passwords for various applications and accounts.
- Securely store and manage passwords
- User-friendly interface
- Multi-platform support
cd client- Install dependencies:
`npm install` - Start the development server:
`npm run dev` - Open your browser and go to http://localhost:3000 to use Cerberus Guard.
cd server- Install dependencies:
`npm install` - Create a .env file in the server directory and configure your environment variables:
PORT=3001 DATABASE_URL=mysql://username:password@localhost:3306/cerberus JWT_SECRET=your-secret-key CLOUDINARY_API_KEY=your-cloudinary-api-key CLOUDINARY_API_SECRET=your-cloudinary-api-secret
- Start the server:
Cerberus Guard server will be running at http://localhost:3001.
npm run dev
- Open Cerberus Guard in your browser.
- Create an account or log in if you already have one.
- Add and manage your passwords securely.
Contributions are welcome! Please follow the contribution guidelines.
