Giter Site home page Giter Site logo

SЁCU

Discord Build Status Latest Stable Version License

Introduction

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.

Contents

Features

Configuration

Create environment configuration file from example

$ cp .env.example .env

Specify your environment parameters in .env file

$ vi .env

Installation

Install PHP dependencies

$ composer install

Generate application secret key

$ php artisan key:generate

Perform database migrations

$ php artisan migrate

If you need to run node.js chat server install JavaScript dependencies

$ npm install

Add CRON entry to your OS

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

This will run schedule commands every minute. Schedule will delete outdated records.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

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

Testing

Run the tests with:

$ vendor/bin/phpunit

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Contributors

@antonkomarev
Anton Komarev

SЁCU contributors list

License

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

About CyberCog

CyberCog is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.

CyberCog

SЁCU's Projects

secusu icon secusu

SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.

web-app icon web-app

SЁCU is a web application design to create, store and provide SЁCU API self-destructing data payloads.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.