Skip to content

Contact app made with raw nodejs CRUD REST api. HTML, CSS, Javascript, Bootstrap used in frontend.

Notifications You must be signed in to change notification settings

marzuk-zarir/node-rest-api

Repository files navigation

Contact Book Application

"Contact App"

Contact app made with raw nodejs CRUD REST api. HTML, CSS, Javascript, Bootstrap used in frontend

Routes

GET      /api/contacts
GET      /api/contacts/:id
GET      /api/contacts?key=value
POST     /api/contacts
PUT      /api/contacts/:id
DELETE   /api/contacts/:id

Note: More than one query parameter is not acceptable in 'GET' request

How to run

  1. Clone the repository
git clone https://github.com/marzuk-zarir/node-rest-api.git
  1. Install dependencies
npm install
  1. Run the app in development mode
npm start
  1. Your app is start in http://localhost:3000

Technology

Contact

Marzuk Zarir - business.marzukzarir@gmail.com

About

Contact app made with raw nodejs CRUD REST api. HTML, CSS, Javascript, Bootstrap used in frontend.

Resources

Stars

Watchers

Forks