Git Product home page Git Product logo

devolut's Introduction

A open source Discord application developed for roleplay communities (FiveM Servers) or stores, with essential features.

GitHub package.json version (branch) GitHub

๐Ÿ Installation

First, clone the repository and start installing the dependencies:

$ git clone https://[email protected]:ZIRAFLIX/DEVOLUT.git
$ npm i

With the cloned repository and installed dependencies, create the .env file in the root of the application and fill in the data below:

#DISCORD SETTINGS
TOKEN=""
GUILD_ID=""

#MYSQL SETTINGS
MYSQL_DATABASE=""
MYSQL_USER=""
MYSQL_PASSWORD=""
MYSQL_DIALECT=""
MYSQL_HOST=""
MYSQL_TIMEZONE=""
MYSQL_PORT=""

Select the default language for application responses and add optional settings according to desired functionality in the configuration file:

export default {
    locale: 'en_US', // Language used in the application. Available languages: en_US, pt_BR

    activity: { // Activity application configuration
        time: 1, // Time to change activity in minutes
        type: 0, // Available types: GAME: 0, STREAMING: 1, LISTENING: 2, WATCHING: 3, COMPETING: 5
        random: [ // Content to change activity
            // 'Your application status',
        ]
    },
    
    [...]
}

Start your application:

$ npm run dev

๐Ÿ“– Documentation

Access the documentation to learn how to customize your application.

๐Ÿ“‹ To do

  • Embed system;
  • Ticket system;
  • E-mail validation system;
  • Products with Getway payments system;
  • Forms system;

โญ Credits

This software uses the following open source packages:

๐Ÿ“œ License

This software is licensed under the GNU ยฉ ZIRAFLIX.

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.