Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

PHONES RESTful API

Clone repository

  • Open terminal
    • create a new folder using mkdir
    • cd into folder
    • run git clone git@github.com:smadeira22/RESTfulAPI.git
    • cd into RESTfulAPI folder
    • run code ., this will open the applciation in VS code

Install required dependencies

  • On the terminal run:
    • npm install

Start API

  • On the terminal type:
    • cd server
    • npm run dev, app runs on 4000
  • On the web browser open

Endpoints

  • GET /phones
  • GET /phones/:id
  • POST /phones
  • PATCH /phones/:id
  • DELETE /phones/:id

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages