Skip to content

andreas-saltsberg/REST-GraphQL-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-GraphQL-comparison

NodeJS + ReactJS

GraphQL and REST performance comparison

Install RethinkDB to path C:/RethinkDB or change the path in package.json file. npm install to install node modules.

npm run dev - to run the project

localhost:3001 on frontend
localhost:3000 on backend
localhost:8080 on rethinkdb
localhost:3000/graphql on graphiql UI
localhost:3000/api/products on REST test

Create table

r.db("sample_data").tableCreate("gibberish")

Open browser and go to localhost:3000/api/generate-gibberish and wait for the page to load

About

NodeJS + ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published