Skip to content

πŸ‘€ GQL Users - Simple users crud in GraphQL + Vite | React, Type-GraphQL, Typescript...

License

Notifications You must be signed in to change notification settings

Luk4x/gql-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

luk4x-repo-status luk4x-repo-license

πŸ‘€ GQL Users

πŸ“Ή Project Video Presentation

2023-04-06.14-45-34.mp4

If the video has any errors, reload the page!

πŸ“ About

Watching the video above and/or accessing the project online will help you understand the explanation!

This project is a simple CRUD that I developed to train the basic operations in GraphQL both in the Backend and in the Frontend, and following the Code First approach.

πŸ“– Cloning the Project

To clone and run this project on your computer you will need Git and Node.js v18.14.2 or higher and previously installed.
After that, in the terminal:

# Clone this repository with:
> git clone https://github.com/Luk4x/gql-users.git

# Enter the repository with:
> cd gql-users

# Install frontend dependencies with:
> cd frontend && npm install

# Run the frontend project with:
> npm run dev

# Open another terminal in the gql-users repository and install backend dependencies with:
> cd backend && npm install

# Run the backend project with:
> npm run dev

# Once this is done, you will be able to access the project (frontend) through the link that will appear in the terminal! (something like http://127.0.0.1:5173/ or http://localhost:5173/)

🀝 Contributor Contact

Vitrine.Dev πŸͺŸ
Luk4x Github Photo
Lucas Maciel