Installation
- Install MongoDB including
mongoexportandmongoimport. - 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
gulpglobally with[sudo] npm install -g gulp. - Install dependencies of Popcorn API with
cd popcorn-apiandnpm install. - Build the ES5 code with
gulp build.