Deployment link: PASSWD
- Laravel
- React
- MySQL
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
-
Clone repository
-
Install required dependencies
composer install
-
Create .env file based on .env.example
-
Generate application key
php artisan key:generate
-
Run migrations
php artisan migrate
-
Start server
php artisan serve
-
Go to the /react folder and install dependencies
cd react npm run install npm run dev
-
App runs on: http://localhost:4000