ninjAPI is a lightweight, web-based API development suite. It was built from the ground up with ease of use and accessibility in mind providing all the functionality needed for API developers with minimalist UI.
Lightweight: Crafted with minimalistic UI design.
Fast: Send requests and get responses in real time.
HTTP Methods: Request methods define the type of action you are requesting to be performed.
GET- Requests retrieve resource informationPOST- The server creates a new entry in a databasePUT- Updates an existing resourceDELETE- Deletes resource or related component
Clone the repo
git clone https://github.com/abidta/ninjAPI.git
Go to the project folder
cd ninjAPIInstall packages with npm
npm install
Start the server. In a development environment, just do:
npm run dev
Happy Coding!!! ❤️