Installation

To install Kucos you need NodeJS and MongoDB database, you can use free hosting on Mongo Atlas or install your own MongoDB server.

Installation of Kucos is very simple, you need to download the source code then rename the config.example.js file to config.js and fill it in correctly.

  • $ git clone https://github.com/kucosjs/kucos
  • $ mv config.example.js config.js
  • $ vim config.js

Now all you have to do is npm install, run the command gulp and node index.js to start the server.

  • $ npm install
  • $ gulp
  • $ node index.js