Skip to content

quangtn266/BookGraphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookGraphQL

A sutdy demo uses GraphQL by programming node.js.

In the demo, we use Mongodb connecting to AWS.

For running Macbook M1 pro:

npx nodemon app

Nodejs

To check result, you should run on 4000 port. (localhost:4000/graphql)

cd server
npx nodemon app

image

React app

To check result, you should run on 3000 port.

cd client
npm start

image