Skip to content

FelixMaussier/REST_vs_GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST vs GraphQL

Introduction

This project has the aim of comparing the performance of a REST vs. GrahpQL API. The two different APIs are fetching data from a Postgresql DB

Installation

npm init -y

How to run

Client

The client runs on Next.js on port: 3000

GraphQL

The GraphQL api runs on port: 3001

REST

The REST api runs on port: 3002

ANALYS

Requirements

pip install pandas matplotlib numpy seaborn

Run the Analysis

python analyze_data.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors