Skip to content

afief/sinauline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinauline

Educational Riddles Bot on Line Chat

Live

button

Node

Node v8.1.2+ or higher

Framework and Libraries

This Project is build using :

Styleguide

JavaScript Standard Style.

General Setup

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

  1. Running npm install.
  2. Prepare your .env file (copy .example.env to .env)
  3. Update database structure to the latest migration by running knex migrate:latest. Don't forget to install knex globally
  4. Seed some questions by running knex seed:run
  5. Then node index.js and voila!