Skip to content

RESTFUL API(Application Programming Interface) With Nodejs

Notifications You must be signed in to change notification settings

TahmasebRasi/nodejs-restful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeja api logo

Nodejs Restful Api

APIs do a lot of heavy lifting, both in mobile and on the web. They’re responsible for nearly everything we do and with just a few taps or clicks, let you do things like order a pizza, book a hotel, rate a song, or download software. APIs work quietly in the background, making the interactivity we expect and rely upon possible.


Report bug · Request feature

Quick start

  • Download the latest release.
  • Clone the repo: git clone https://github.com/TahmasebRasi/nodejs-restful-api.git
  • Install node_modules with npm: npm install
  • Run scripts with npm : npm start
  • Example Request : localhost:3000/api/v1

What's included

Within the download you'll find the following directories and files,You'll see something like this:

nodejs api/
 │── modules/
 │   ├── controllers
 │   ├── models
 │   ├── routes
 │   └── transforms
 └── public/
     └── images