Skip to content

Diego-18/api-rest-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published