Welcome to the official Hypolia github page, where you can find all our OpenSource work, as well as documentation.
You can also find important information related to the project
.
Our website is separated into several applications, more precisely the API Rest is separate from the Frontend. This allows us a better structuring of our applications and a greater freedom.
Backend (API Rest) Our backend is actually an API-Rest under AdonisJS. This one has the particularity to be the data skeleton. Every request goes through it, whether it's for the frontend application, the bot or the minecraft server. So everything is unified and allows a better control. If a modification is made, it will be automatically applied to each application. So we save time, optimization, etc...
We use: PostgreSQL and AdonisJS
Frontend Our frontend is the visual part of our site. It includes the main pages, the dashboard, the profiles etc... In order to provide a fast rendering, our frontend application uses several technologies:
- Framework UI : WindiCSS and TailwindCSS
- Framework Frontend : VueJS and NuxtJS