Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.