Skip to content

ElectroAAC/electro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectroAAC

A free and open-source Automatic Account Creator (AAC) written in Javascript Stack.

Badge Badge Badge Badge


👨🏾‍💻 Project documentation.

Learn all about the project through our documentation: Documentation


👨🏾‍💻 Demo.

Want to see the project better? Access our demo: Demo


👨🏾‍💻 Branchs

This project follows the framework based on git-flow, a release-based software workflow. More Information

That means, we use:

  • Master branch, for current stable release
  • Develop branch, for development version (next release)
  • Feature branch, for features etc

  • 👨🏾‍💻 Commits

    This repository follows the semantic commit pattern, with the addition of the tag [BACK] for a commit related to the backend, and [FRONT] for a commit related to the frontend. More Information


    👨🏾‍💻 @TODO

    • Account Recovery
    • Changing email and password
    • Account Logs
    • Character Sale
    • Implement caching on the website
    • Implement easy-to-use installation method to configure server directory
    • Payment Methods (Pagseguro, Paypal, Mercado Pago, Picpay, Pix)
    • Automated tests on the backend
    • Language translation (i18n): Portuguese and Spanish
    • War System

    Show-Off

    Home Page


    Items Page


    Highscores Page


    Shop Page


    Character View Page


    👨🏾‍💻 Build Setup

    # Create containers, the api will open on port 3333 while the web_app will be on port 3000
    $ docker-compose up --build
    
    # go to paste
    $ cd api
    
    # Create your .env file using .env.example as an example
    
    # Install Dependencies
    $ yarn install
    
    # Create database structure
    $ node ace migration:run
    $ node ace db:seed

    Contributing

    Contributions are more than welcome.

    Pull requests should be made to the develop branch as that is the working branch, main is for release code.

    👨🏾‍💻 Techs


    Front-end

    Backend

    Services used

  • Email service used for testing:

  • 👤 Author

    Waliston Belles

  • Github: Waliston Belles
  • Linkedin: Waliston Belles
  • Discord: Waliston#0145