Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evertcode/01-node-book
- Owner: evertcode
- Created: 2021-08-23T23:34:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T23:17:22.000Z (about 3 years ago)
- Last Synced: 2024-04-17T02:08:55.005Z (7 months ago)
- Topics: express-middleware, expressjs, graphql, graphql-server, javascript, morgan-middleware, nodejs, rest-api, restful
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.