Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evertcode/01-node-book

Example of RESTful API with Node and Express
https://github.com/evertcode/01-node-book

express-middleware expressjs graphql graphql-server javascript morgan-middleware nodejs rest-api restful

Last synced: 6 days ago
JSON representation

Example of RESTful API with Node and Express

Awesome Lists containing this project

README

        

# RESTful API with Node JS, Express JS, Mongo DB and GraphQL
Example of RESTful API and GraphQL
# Getting Started
First, run the development server:

```bash
git clone https://github.com/evertcode/01-node-book.git
cd 01-node-book
npm install
npm run dev
# or
yarn install
yarn run dev
```

Open [http://localhost:4000/graphql](http://localhost:4000/graphql) with your browser to see the result.