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

https://github.com/ahmnouira/ex-api-accounts

Restfull APIs for Accounts [Express Web Framework V2 IBM]
https://github.com/ahmnouira/ex-api-accounts

expres expressjs node-js rest-api restful-api web

Last synced: 7 months ago
JSON representation

Restfull APIs for Accounts [Express Web Framework V2 IBM]

Awesome Lists containing this project

README

          

# ex-api-accounts

Express RESTful API exemple for accounts.

# Running this app

1. As a standalone app running on your machine.

## I. As a standalone app

1. install [node.js](https://nodejs.org/en/) or run `sudo apt-get install nodejs`.
2. `git clone` the project then `cd` into the directory.
3. run `npm install` to install the application dependencies.

### 1. running the app

After installing, run the server using `npm start`.

Access the running app in a browser at the URL written to the console (http://0.0.0.0:5000).

### 2. Testing the API

To test the API you can use [Postman](https://www.youtube.com/watch?v=o-2Nfqr0hcc).