Skip to content

The most basic API ever. Add, remove, get and update the data.

License

Notifications You must be signed in to change notification settings

BasedOnADream/SJAPI

Repository files navigation

SJAPI(Simple JSON API)

This API can:

  • Read users
  • Update users
  • Delete users
  • Pop users(remove last user)
  • Add users

API dosen't have any authorisation or protection. All user data is stored inside Data.json. To start a server open terminal with API directory in it and type npm start or by Using ServerStart.bat. The server will open on port 7005 and you can access it in your browser by going to here. To close the server use ServerKill.bat or type npm stop in CMD.


You can access the non-body requests here:


These request require a body, I recommend to use Insomnia for these or pure code:


API was made using Node.js,Express.js,File System

Releases

No releases published

Packages

No packages published