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
- Host: GitHub
- URL: https://github.com/matan3sh/todolist-async-jsonserver
- Owner: matan3sh
- Created: 2020-05-10T18:15:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T06:02:58.000Z (about 6 years ago)
- Last Synced: 2025-03-18T01:46:34.775Z (over 1 year ago)
- Topics: axios, crud-application, json-server, react, reactjs, redux, redux-thunk, rest-api
- Language: JavaScript
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'