-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
The purpose of this issue is to request that the Resources API be deployed on the Operation Code infrastructure.
Description
The Resources API provides access to a database of learning resources for Operation Code members to benefit from. There is an API to get resources based on category, programming language, etc. Authenticated members can create or update resources.
Where it lives
https://github.com/OperationCode/resources_api
Dependencies
- Docker
- Make (for management purposes)
- PostgreSQL database
Docker pulls in required dependencies such as pip and related packages and those specific dependencies can be viewed in the requirements.txt
Requirements
There is a setup script which can be run using make setup that will populate the database with the seed data found in resources.yml. The Flask app itself can be run using the command make run.