Learn all about the project through our documentation: Documentation
Want to see the project better? Access our demo: Demo
This project follows the framework based on git-flow, a release-based software workflow. More Information
That means, we use:
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
- 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
# 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
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.
- Vue.js
- Vuetify.js
- Nuxt.js
- Typescript
- Node.js
- Adonis.js
- Typescript