real world api based on React FC + Immer + Redux + Hooks + axios + Testing Library
DEMO : LINK
Build with 2 ways :
1 With Docker
:
docker-compose up --build
2 With npm
:
# install dependencies
> npm install
# run the server
> npm start
Check wiki for more.