A simple Node.js app with CRM endpoints, implemented following along with Building RESTful APIs with Node.js and Express course on Lynda.
- Clone this repository
- Run
npm install
- Open your MongoDB server using the default port
- Run
npm start
- GET /contact
- POST /contact
- GET /contact/:contactID
- PUT /contact/:contactID
- DELETE /contact/:contactID
- Rana Emad - (https://github.com/RanaEmad)
This project is licensed under the MIT License