joveowebapi
v1.0.0
Published
base class for a web service to expose apis
Downloads
1
Readme
Web Service
base class of any webservice
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Install the following softwares/tools.
- nodejs
sudo apt install nodejs
- npm
sudo apt install npm
Installing
- Clone repository.
- run
npm install
Testing
- run
npm test
Your server will be running in http://localhost:8080
Apis
There are two apis to test the service.
root
You can access it by hittinghttp://localhost:8080
health
You can access it by hittinghttp://localhost:8080/health
Built with
restify-enroute
restify