EN: Backend application for the HeliCraft Minecraft server
RU: Бэкенд-приложение для Minecraft-сервера HeliCraft
- Node.js (latest)
- MySQL
sql scripts for creating the databases and tables can be found in the .dev/dbs directory of this repository. You can execute it using a MySQL client or command line.
git clone https://github.com/HeliCraft-MC/Teapot.git cd Teapot npm installcp .env.example .env
nano .envnpm run dev- Nitro (and other unJS packages) - A modern, fast, and lightweight Node.js framework for building web applications.
- MySQL 2 - A MySQL client for Node.js, providing a simple and efficient way to interact with MySQL databases.
- Better SQLite 3 - A SQLite client for Node.js, offering a powerful and easy-to-use interface for working with SQLite databases.
