/QbeBot-V2

Used to be Python. Is now TypeScript !

Primary LanguageTypeScriptMIT LicenseMIT

QbeBOT - V2

There used to be QbeBOT in python. Now there will be the V2, stronger and cleaner than ever !

This is a the base code of the QbeBOT. It's purpose is to help be in my daily student's life.

Source

Based on RestApiNodeSQLite Repository (Commit 49e39bc. : "Logging system")

Requirements

NodeJS

Install global TypeScript and TypeScript Node

npm install -g typescript ts-node

Clone this repository

git clone git@github.com:matthieunoel/QbeBot-V2.git .

Then install the dependencies

npm install

Start the server

Run in development mode

npm run dev

Run in production mode

npm run prod