Skip to content

๐Ÿ‘‰ It's a very simple project to learn the fundamentals of GraphQL in React, so in this project a backend and a frontend were made, where there was data registration and request, I did it by following a rocketseat video

Notifications You must be signed in to change notification settings

miguelitodev/graphql-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Graphql Fundamentals

ย 

Graphql Fundamentals

Github top language Github language count Repository size License Github issues Github forks Github stars

About ย  | ย  Features ย  | ย  Technologies ย  | ย  Requirements ย  | ย  Starting ย  | ย  Author


๐ŸŽฏ About

It's a very simple project to learn the fundamentals of GraphQL in React, so in this project a backend and a frontend were made, where there was data registration and request, I did it by following a rocketseat video

Link of video

โœจ Features

โœ”๏ธ Request with GraphQL a list of users;
โœ”๏ธ Register a new user with GraphQL;
โœ”๏ธ Simple system of cache;
โœ”๏ธ Backend & Frontend together;

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git and Node installed.

๐Ÿ Starting

# Clone this project
$ git clone https://github.com/miguelrisquelme/graphql-fundamentals

# Access
$ cd graphql-fundamentals

# TWO PARTS


# Backend ๐Ÿ”ฅ

# Access in 1 terminal
$ cd backend

# Install dependencies
$ npm i

# Run the backend project
$ npm run dev

# The server will initialize in the <http://localhost:4000>


# Frontend โœจ

# Acess in another terminal
$ cd frontend

# Install dependencies
$ npm i

# Run the backend project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

Made with โค๏ธ by Miguel Riquelme

ย 

Back to top

About

๐Ÿ‘‰ It's a very simple project to learn the fundamentals of GraphQL in React, so in this project a backend and a frontend were made, where there was data registration and request, I did it by following a rocketseat video

Topics

Resources

Stars

Watchers

Forks