zooniverse / education-api

Backend for Zooniverse Classrooms
1 stars 1 forks source link
hacktoberfest

README

Updating the Kinesis-to-HTTP forwarder

cd kinesis-to-http
pip install -r requirements.txt
lambda-uploader

Development setup

Go to https://panoptes-staging.zooniverse.org/oauth/applications and create an application. Paste the credentials into a new file called .env like so:

ZOONIVERSE_OAUTH_KEY=key
ZOONIVERSE_OAUTH_SECRET=secret

Test setup

Use docker-compose to start a bash shell

To start the containers run

Now from within the container