Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.37 KB

SЁCU

Gitter chat Build Status Latest Stable Version License

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.

Configuration

cp .env.example .env
vi .env

Installation

composer install
php artisan key:generate
php artisan migrate

Add CRON entry to your OS

* * * * * php /path/to/secu/artisan schedule:run >> /dev/null 2>&1

Contributing

Please refer to CONTRIBUTING.md for information on how to contribute to SЁCU and its related projects.

License

The SЁCU application is an open-sourced software licensed under the BSD 3-Clause License.