Skip to content

evertcode/01-node-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API with Node JS, Express JS, Mongo DB and GraphQL

Example of RESTful API and GraphQL

Getting Started

First, run the development server:

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 with your browser to see the result.