mmrosatab / phonebook-backend

NodeJS backend application to phonebook

Home Page:https://phonebook-backend-sigma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phonebook-backend

Description

This project is a NodeJS backend application to be used for students from the js course. The application saves data from a phonebook.

Routes

  • GET - contacts
  • GET - contact/::id
  • POST - contact
  • PUT - contact/::id
  • DELETE - contact/::id

How to run the project

npm i

npm run dev

About

NodeJS backend application to phonebook

https://phonebook-backend-sigma.vercel.app


Languages

Language:JavaScript 100.0%