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

https://github.com/remrkabledev/node-restful-library

A simple RESTful API made with Node.js utilising ES6 practices (As much as possible at least, hehe)
https://github.com/remrkabledev/node-restful-library

Last synced: 4 months ago
JSON representation

A simple RESTful API made with Node.js utilising ES6 practices (As much as possible at least, hehe)

Awesome Lists containing this project

README

          

# A RESTful Library

A summary on a simple node-express api.

## Getting Started
Introduces RESTful api operations via an Express server. Utilizes the following methods from express:
``` javascript
.get(),
.post(),
.put(),
.delete()
```

### Prerequisites
What things you need to install the software and how to install them
```
node.js
express
```
### How To:
To use the examples provided:

1. Clone repo.
2. Run 'npm install' on your local repo so as to get the required dependencies.
3. Start up server with node / nodemon.

Have fun :)