Educational Riddles Bot on Line Chat
Node v8.1.2+
or higher
This Project is build using :
Make sure you are running at least Node v8.1.2 and NPM 4. nodemon
is optional but recommended for hot reload on your local dev machine.
Get started by
- Running
npm install
. - Prepare your .env file (copy
.example.env
to.env
) - Update database structure to the latest migration by running
knex migrate:latest
. Don't forget to install knex globally - Seed some questions by running
knex seed:run
- Then
node index.js
and voila!