Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betagouv/eac-api
API de la plateforme EAC. Distribue des données sur les Acteurs Culturels et leurs actions.
https://github.com/betagouv/eac-api
culture education
Last synced: 15 days ago
JSON representation
API de la plateforme EAC. Distribue des données sur les Acteurs Culturels et leurs actions.
- Host: GitHub
- URL: https://github.com/betagouv/eac-api
- Owner: betagouv
- License: mit
- Created: 2018-06-18T12:15:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:54:13.000Z (about 2 years ago)
- Last Synced: 2024-12-02T15:19:37.926Z (2 months ago)
- Topics: culture, education
- Language: JavaScript
- Homepage: https://api.education-artistique-culturelle.fr/
- Size: 1.4 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EAC API
This serves ressources for the [EAC application](https://github.com/betagouv/eac).
## Installing
Depends on node (tested on v10).
run `npm install`
## Running
`npm start`
And open your browser at _http://localhost:3000/actors_ to find the default
list of actors.It will require either a local MongoDB running or a environ variable `MONGO_URI`
pointing to a running instance.