Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/react-usecontext-usereducer

React Example: useContext and useReducer and Web API
https://github.com/nhatthaiquang-agilityio/react-usecontext-usereducer

react usecontext-hook usereducer-hooks webapi

Last synced: 19 days ago
JSON representation

React Example: useContext and useReducer and Web API

Awesome Lists containing this project

README

        

# React: using useContext and useReducer
React Example: useContext and useReducer and webAPI

### Development

#### Using Docker compose for startup Postgresql
```
docker-compose up
```

#### Client App
+ Start app
```
$cd client-app
npm start
```

+ Build App
```
$cd client-app
npm build
```

#### API
Using .Net5 Core Web API

+ Swagger API
```
http://localhost:49764/swagger/index.html
```