https://github.com/matlock/arqnodejs
https://github.com/matlock/arqnodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matlock/arqnodejs
- Owner: MatLock
- Created: 2017-01-17T22:52:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T00:36:56.000Z (over 9 years ago)
- Last Synced: 2025-01-01T04:50:42.110Z (over 1 year ago)
- Language: Ruby
- Size: 438 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```