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.
- Host: GitHub
- URL: https://github.com/mediacomem/crowdplos-poc-back
- Owner: MediaComem
- Created: 2017-12-22T14:22:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T14:15:48.000Z (over 8 years ago)
- Last Synced: 2025-02-14T17:43:30.044Z (over 1 year ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.