Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nabeel-ahmed-jamil/my-user-redex-api
- Owner: NABEEL-AHMED-JAMIL
- Created: 2024-03-05T09:09:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T12:06:02.000Z (about 1 month ago)
- Last Synced: 2024-10-13T04:03:28.042Z (26 days ago)
- Topics: graphql, java11, maven, mongodb, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: