Skip to content

abidta/ninjAPI

Repository files navigation

first-timers-only

ninjAPI

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.

Features

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 information
  • POST - The server creates a new entry in a database
  • PUT - Updates an existing resource
  • DELETE - Deletes resource or related component

Development

Setup

  1. Clone the repo

    git clone https://github.com/abidta/ninjAPI.git
  2. Go to the project folder

    cd ninjAPI
  3. Install packages with npm

    npm install
  4. Start the server. In a development environment, just do:

    npm run dev

Happy Coding!!! ❤️