Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.39 KB

API-nodeJS

REST API management with nodeJS

Install

  1. You need to install nodejs and its package manager npm.

  2. Go to the application folder and open a terminal.

  3. Install the application dependencies with the next command:

    npm install

  4. Execute the next command in the terminal.

    npm start

  5. Access using the following url: http://localhost:3000

  6. Access the user api at: http://localhost:3000/api/users

  7. Access the movies api at: http://localhost:3000/api/movies

  8. Update or Delete the user api at: http://localhost:3000/api/users/id (replacing id by the number).

Technologies used

NodeJS Heroku

Browsers support

Firefox Google Chrome Safari Opera