Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nabeel-ahmed-jamil/my-user-redex-api

Redux Sample Example Api
https://github.com/nabeel-ahmed-jamil/my-user-redex-api

graphql java11 maven mongodb rest-api spring-boot

Last synced: 26 days ago
JSON representation

Redux Sample Example Api

Awesome Lists containing this project

README

        

# Project Name [my-user-redex-api]

## Overview

This repository contains two main branches:
- **main & my-user-redex-api**: Implements a simple REST service.
- **my-user-redex-graphql-api**: Implements a GraphQL service.

## Branches

### 1) main & my-user-redex-api

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.

### 2) my-user-redex-graphql-api

The `my-user-redex-graphql-api` 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.

## Getting Started

To get started with this repository, follow the instructions below for the branch you are interested in.

### Cloning the Repository

Clone the repository to your local machine: