- Node 5.3.x or newer
- MongoDB installed and running
Clone this repository:
git clone https://github.com/almapp/uc-courses.git
cd uc-coursesInstall dependencies:
npm installRun:
npm run developThis will start the application and will be accessible on http://localhost:3000/.
Run test suite with:
npm testClone this repository:
git clone https://github.com/almapp/uc-courses.git
cd uc-coursesSet the environment variables:
# Optional:
# Perform a GET to this endpoint to manually start the scraping
export SECRET_ENDPOINT=secret_routeStart with:
docker-compose up -dSee the logs with:
docker-compose logs