Skip to content

Latest commit

 

History

History
25 lines (10 loc) · 423 Bytes

File metadata and controls

25 lines (10 loc) · 423 Bytes

Restfull-API

Installation

clone the repo git clone https://github.com/cysectsolution/Restfull-API

run npm install to install all the required packages.

Running

To start the server use node app.js

Navigate to localhost:3000 You should be welcomed with a beautiful web page.

Contributing

Create your branch from the develop branch

Take note not to do this from the master branch