Skip to content

RamJett/rampass

Repository files navigation

About RAMPASS

RAMPASS is a simple web application to share secret content to others via a url link.

Install for development

  1. Clone the repo
git clone https://github.com/RamJett/rampass.git
  1. Change into the repo directory
cd rampass
  1. Copy and edit .env
cp .env.example .env
vi .env
  1. Install composer packages
composer install
  1. Install npm packages
npm install
  1. Generate project key
php artisan key:generate
  1. Generate salt
php artisan salt:generate
  1. Create storage link
php artisan storage:link
  1. [in a new window] compile resource assets
npm run dev
  1. create the database
php artisan migrate
  1. Launch development webserver
php artisan serve
  1. Visit project in your browser
http://127.0.0.1:8000

License

RAMPASS is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published