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
- 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
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