This repo holds the Thinkspace REST API.
- Language: Python 3
- Framework: Django with Django Rest Framework
- Data Storage: Heroku Postgres
- Deployment: Heroku
Currently available at: thinkspace-api.herokuapp.com/docs
Stores media files locally.
python manage.py migrate --settings=thinkspace_api.settings.development
python manage.py runserver --settings=thinkspace_api.settings.development
python manage.py migrate --settings=thinkspace_api.settings.production
git push heroku master
Alternatively you can git push origin master
and it will auto-deploy to Heroku.
- Fork the yalethinkspace/thinkspace-api repository. Please see GitHub help on forking or use this direct link to fork.
- Clone your fork to your local machine.
- Create a new local branch.
- Run tests and make sure your contribution works correctly.
- Create a pull request with details of your new feature, bugfix or other contribution.