Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhant-k-code/rest-api-crud
https://github.com/siddhant-k-code/rest-api-crud
api crud javascript json postman rest
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddhant-k-code/rest-api-crud
- Owner: Siddhant-K-code
- Created: 2020-08-19T15:29:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T07:58:46.000Z (over 4 years ago)
- Last Synced: 2024-11-07T08:50:37.818Z (about 2 months ago)
- Topics: api, crud, javascript, json, postman, rest
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API CRUD
It is the basic Project, where i am learning about REST API, its basic working will be Create Read Update Delete (CRUD) of User Data (Username, Name, Age).
You Can Use this By Following Methods:
- Clone/ Download
- Run `npm install`
- Run `npm start`
- `user.json` contains data, soon, i will update it, to automatic update, delete ..I uses Postman to GET, POST API and other testing.