Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CoderDojo/cp-dojos-service
Community Platform - Dojos Core Service
https://github.com/CoderDojo/cp-dojos-service
Last synced: 5 days ago
JSON representation
Community Platform - Dojos Core Service
- Host: GitHub
- URL: https://github.com/CoderDojo/cp-dojos-service
- Owner: CoderDojo
- License: mit
- Archived: true
- Created: 2015-04-20T08:36:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T17:19:42.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:31:53.943Z (3 months ago)
- Language: JavaScript
- Size: 3.95 MB
- Stars: 7
- Watchers: 22
- Forks: 36
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - CoderDojo/cp-dojos-service - Community Platform - Dojos Core Service (others)
README
# cp-dojos-service
## About
This is the Dojos service, a backend repository of the [CoderDojo Zen Community Platform](https://github.com/CoderDojo/community-platform) project. The service looks after the Dojos (coding club) section of the API (anything to do with retrieving data/information to do with Dojos).
If you want to get set up to make a backend contribution, please see the [cp-local-development repository](https://github.com/CoderDojo/cp-local-development).
General documentation is in the [community-platform repository](https://github.com/CoderDojo/community-platform).
## Google Maps API key for development
This service needs a Google Maps API key for geolating dojos. It is set by the environment variable `GOOGLE_MAPS_KEY`. You should have this in your environment before starting the service. If you're using the `cp-local-development` repo, you should put it in your `.env` file in that repo before starting the containers.
Rather than share our dev API key here in the repo, you should set up your own key [on the Google Maps API console](https://console.cloud.google.com/google/maps-apis/credentials). For engineers at the RPF, we have a key there called `Backend Dev Api Key`, and you should add your IP address to the list of permitted addresses there.
**NB** Do not add it to `config/development.env` as you may end up accidentally commiting your key.