Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

pushpak1300/Secupass

Repository files navigation

Screenshot (35) Codacy Badge Scrutinizer Code Quality Build Status Code Intelligence Status MadeWithLaravel.com shield

Secupass -Password Manager Application

Table of Contents

Getting Started

Cloning The Repository:

# Get the project
git clone https://github.com/pushpak1300/Secupass.git

# Change directory
cd Secupass

# Copy .env.example to .env
cp .env.example .env

# Generate application secure key (in .env file)
php artisan key:generate

# Create a database (with mysql or postgresql)
# And update .env file with database credentials
# DB_CONNECTION=mysql
# DB_HOST=127.0.0.1
# DB_DATABASE=laravelhackathon
# DB_USERNAME=root
# DB_PASSWORD=root

# Install Composer dependencies
composer install

# Run your migrations
php artisan migrate

php artisan serve

Features

  • Authentication using Email and password
  • Email Verification
  • Flash notifications
  • MVC Project Structure
  • Bootstrap 4
  • Argon Template -Creative tim
  • Account Management
  • Gravatar
  • Profile Details
  • Change Password
  • Forgot Password
  • Reset Password
  • Delete Account
  • CSRF protection

Security Vulnerabilities

If you discover a security vulnerability within Secupass, please send an e-mail to Secupass at [email protected]. All security vulnerabilities will be promptly addressed.

License

The MIT License (MIT). Please see License File for more information.