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

https://github.com/mediacomem/crowdplos-poc-back

Proof of Concept for crowdsourced crosswalks detection and annotation.
https://github.com/mediacomem/crowdplos-poc-back

Last synced: 8 months ago
JSON representation

Proof of Concept for crowdsourced crosswalks detection and annotation.

Awesome Lists containing this project

README

          

## CrossLoS
API for the CrossLoS project, a Proof of Concept for crowdsourced crosswalks detection and annotation.
This PoC is part of the CrowDPLoS project, a VGI system to deliver physically impaired people an adapted navigation system.

## Requirements

* [Node.js][node] 6.xw
* PostgreSql 9.x^
* Sequelize 3.x^
* Sequelize-cli 3^

## Usage

```bash
git clone git@github.com:MediaComem/crowdplos-poc-back.git
cd crowdplos-poc-back
npm install
npm start
```

Visit [http://localhost:3000](http://localhost:3000).

To automatically reload the code on changes, use `npm run dev` instead of `npm start`.