API that powers Gradebook / Genesus App
- . ./env/bin/activate (MacOS)
- pip install -r requirements.txt
- bundle install
Run These Commands to start server locally. Important Note: Run MongoDB Service commands first.
- redis-server
- rqscheduler
- export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES (Run this only if on MacOS)
- python worker.py
- python app.py
- docker-compose up
heroku scale worker=10 -a gradebook-web-api