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

https://github.com/matlock/arqnodejs


https://github.com/matlock/arqnodejs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

#RESTfull Model App

This is a easy RESTFul model app, designed for Node.js + Express Application.
Powered by: César Casas

# Install & Run
## Install
```bash
$ git clone https://github.com/lortmorris/restfulmodel.git
$ cd restfulmodel
$ npm install
$ node geodata/importer.js
$ node bin/www
```