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]
- Host: GitHub
- URL: https://github.com/ahmnouira/ex-api-accounts
- Owner: ahmnouira
- Created: 2019-09-29T16:32:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:24:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T14:18:27.406Z (9 months ago)
- Topics: expres, expressjs, node-js, rest-api, restful-api, web
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).