This repository contains two main branches:
- main & my-user-redux-frontend-api: Implements a simple REST service.
- my-user-redux-frontend-graphql: Implements a GraphQL service.
The main & my-user-redex-api
branch contains the implementation of a simple REST service. This branch is suitable for those who are looking for a straightforward example of a RESTful API.
Key Features:
- Basic RESTful API endpoints.
- Example of CRUD operations.
- Suitable for beginners and those who need a quick setup for REST services.
The my-user-redux-frontend-graphql
branch contains the implementation of a GraphQL service. This branch is aimed at those who are interested in using GraphQL for their APIs.
Key Features:
- Implementation of GraphQL queries and mutations.
- Example of integrating GraphQL with a database.
- Suitable for those who want to explore the advantages of using GraphQL over REST.
To get started with this repository, follow the instructions below for the branch you are interested in.
Clone the repository to your local machine: