Installation
- Install MongoDB including
mongoexport
andmongoimport
. - Install NodeJS (at least Node v6.3.0 or greater).
- Clone the repository with:
git clone https://github.com/popcorn-official/popcorn-api.git
. - Install
gulp
globally with[sudo] npm install -g gulp
. - Install dependencies of Popcorn API with
cd popcorn-api
andnpm install
. - Build the ES5 code with
gulp build
.