# Mainflux [![Join the chat at https://gitter.im/Mainflux/mainflux](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Mainflux/mainflux?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Mainflux is an open source MIT licensed IoT cloud written in NodeJS ## Run ### Install Node Modules ```bash npm install ``` ### Run Gulp Task ```bash gulp ``` ## Docker compose ### Run docker-compose up and Compose will start and run entire app. ```bash docker-compose up ``` ## License MIT