electro
electro copied to clipboard
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack.
👨🏾💻 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:
👨🏾💻 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
- Vue.js
- Vuetify.js
- Nuxt.js
- Typescript
Backend
- Node.js
- Adonis.js
- Typescript