loicsteinmetz / alternbot-web

Interface web pour l'initialisation d'Altern'Bot
https://alternbot-web.herokuapp.com/
0 stars 0 forks source link

Altern'Bot - Web

Projet web : interface utilisateur permettant l'initialisation du bot.

Documentation générale : alternbot-app

Site web : https://alternbot-web.herokuapp.com/

Configuration

Créer un fichier /.env et renseigner les informations suivantes :

Exemple de fichier de configuration :

DB_HOST=localhost
DB_PORT=5432
DB_NAME=alternbot
DB_USER=user
DB_PASSWORD=pwd
BOT_ID=123456789

Scripts

Après exécution du script de lancement, le site web est accessible via l'url suivant : localhost:3000.