M1chalS / Password-manager

Respository for password manager project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PASSWD

en pl

Deployment link: PASSWD

Technologies

  • Laravel
  • React
  • MySQL

Opis

Application allows users to create, edit and delete passwords, and then send them between registered users. The application uses an author's algorithm for two-way password encryption.

Concept file: concept

Setup

  1. Clone repository

  2. Install required dependencies

    composer install
  3. Create .env file based on .env.example

  4. Generate application key

    php artisan key:generate
  5. Run migrations

    php artisan migrate
  6. Start server

    php artisan serve
  7. Go to the /react folder and install dependencies

    cd react
    npm run install
    npm run dev
  8. App runs on: http://localhost:4000

By Michał Szajner

About

Respository for password manager project


Languages

Language:PHP 64.2%Language:JavaScript 35.2%Language:SCSS 0.4%Language:HTML 0.2%