or just MoC-webui in short
This is a webui for the Man Of Culture bot, and AI systems. Main purpose is to provide an accessible web interface for the users to manage their datasets, and get informations about the bot and their personal models.
To deploy the webapp, you'll need Node.js and npm installed. You can install the npm dependencies with npm install
.
You have to create a .env
file in the root directory of the project, and fill it with the following variables:
CLIENT_ID= <Discord bot client ID>
CLIENT_SECRET= <Discord bot client secret>
COOKIE_SECRET= <any secret string for the cookie parser>
API_URL= <ai-backend api url>
PUBLIC_URL= <public url of the webapp>
APP_URL=http://localhost
APP_PORT=3000
After that, you can start the webapp with node app.js
or npm run dev
for development.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to ExModify, bluewolffy, Akko, olteR, Spkz, and everyone else who helped me with testing the webapp.