Contact app made with raw nodejs CRUD REST api. HTML, CSS, Javascript, Bootstrap used in frontend
GET /api/contacts
GET /api/contacts/:id
GET /api/contacts?key=value
POST /api/contacts
PUT /api/contacts/:id
DELETE /api/contacts/:idNote: More than one query parameter is not acceptable in 'GET' request
- Clone the repository
git clone https://github.com/marzuk-zarir/node-rest-api.git
- Install dependencies
npm install
- Run the app in development mode
npm start
- Your app is start in http://localhost:3000
Marzuk Zarir - business.marzukzarir@gmail.com
