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

https://github.com/matan3sh/todolist-async-jsonserver

Three parts home assignment at CodingAcademy for implement a state management functionality with redux as async, axios requests and json-server
https://github.com/matan3sh/todolist-async-jsonserver

axios crud-application json-server react reactjs redux redux-thunk rest-api

Last synced: about 2 months ago
JSON representation

Three parts home assignment at CodingAcademy for implement a state management functionality with redux as async, axios requests and json-server

Awesome Lists containing this project

README

          

### Basic Usage:

### Need to install globaly json server: 'sudo npm install -g json-server'

After downloading at the same folder, please run : 'json-server --watch db.json --id=\_id'