Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.