RAMPASS is a simple web application to share secret content to others via a url link.
- Clone the repo
git clone https://github.com/RamJett/rampass.git- Change into the repo directory
cd rampass- Copy and edit .env
cp .env.example .env
vi .env- Install composer packages
composer install- Install npm packages
npm install- Generate project key
php artisan key:generate- Generate salt
php artisan salt:generate- Create storage link
php artisan storage:link- [in a new window] compile resource assets
npm run dev- create the database
php artisan migrate- Launch development webserver
php artisan serve- Visit project in your browser
http://127.0.0.1:8000
RAMPASS is open-sourced software licensed under the MIT license.