https://github.com/mevdschee/js-crud-api
A Node.js port of the full php-crud-api project (single file REST API)
https://github.com/mevdschee/js-crud-api
api-server crud crud-functionality json json-data nodejs rest-api rest-json restful restful-api
Last synced: about 2 months ago
JSON representation
A Node.js port of the full php-crud-api project (single file REST API)
- Host: GitHub
- URL: https://github.com/mevdschee/js-crud-api
- Owner: mevdschee
- License: mit
- Created: 2017-01-17T09:13:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T21:37:53.000Z (over 8 years ago)
- Last Synced: 2025-04-26T15:02:39.729Z (2 months ago)
- Topics: api-server, crud, crud-functionality, json, json-data, nodejs, rest-api, rest-json, restful, restful-api
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 21
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-crud-api
This is a Node.js port of the [php-crud-api](https://github.com/mevdschee/php-crud-api) project (single file REST API). It currently only implements the core functionality.
### Dependencies
Install dependencies using:
sudo apt-get install nodejs nodejs-legacy
Then build the server.
### Running
To run the api type:
node app.js
You can see the api at work at http://localhost:8000/posts/1.