SЁCU is a public API to store self-destructing data payloads. This repository includes only backend part using Laravel framework. Frontend could be found in SЁCU web application repository.
cp .env.example .env
vi .env
composer install
php artisan key:generate
php artisan migrate
* * * * * php /path/to/secu/artisan schedule:run >> /dev/null 2>&1
Please refer to CONTRIBUTING.md for information on how to contribute to SЁCU and its related projects.
The SЁCU application is an open-sourced software licensed under the BSD 3-Clause License.