1.0.4 • Published 5 years ago

test-back-neku v1.0.4

Weekly downloads
5
License
ISC
Repository
-
Last release
5 years ago

Engineering Services Presentation Layer REST API.

Getting Started

[Overview ·Technologies · Testing Tools · Installations · API Endpoints · Tests · Author

Overview

  • ESPL API project provides the rest apis for ESPL angular project. Using these apis we can perform the different database operations against postgres db.

Technologies Used

Testing Tools

Installations

Getting started

  • You need to have Node and NPM installed on your computer.
  • Installing Node automatically comes with npm.

Clone

  • Clone this project to your local machine git@github.build.ge.com:ToolsEngineering/espl-api.git

Setup

  • Installing the project dependencies

    Run the command below

    $ npm install
  • Start your node server

    run the command below

    $ npm run dev
  • Use http://localhost:8000 as base url for endpoints

API Endpoints

METHODDESCRIPTIONENDPOINTS
POSTAdd a account type/api/v1/account_types
GETGet all the account types/api/v1/account_types
PUTUpdate the details of a account type/api/v1/account_types/:account_type_id
GETGet a particular account type/api/v1/account_types/:account_type_id
DELETERemove a account type/api/v1/account_types/:account_type_id

Tests

  • Run test for all endpoints

    run the command below

    $ npm run test

Author

Engg Shared Services.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago