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

https://github.com/nabeel-ahmed-jamil/my-user-redux-frontend

Redux Sample Example UI
https://github.com/nabeel-ahmed-jamil/my-user-redux-frontend

angular15 ng-ant-design ngrx redux redux-actions redux-reducers redux-state redux-store redux-toolkit rxjs

Last synced: 23 days ago
JSON representation

Redux Sample Example UI

Awesome Lists containing this project

README

        

# Project Name [my-user-redux-frontend]

## Overview

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.

## Branches

### 1) main & my-user-redux-frontend-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-redux-frontend-graphql

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.

## 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: