Skip to content

RanaEmad/node-crm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM API

A simple Node.js app with CRM endpoints, implemented following along with Building RESTful APIs with Node.js and Express course on Lynda.

Installation

  • Clone this repository
  • Run npm install
  • Open your MongoDB server using the default port
  • Run npm start

Endpoints

  • GET /contact
  • POST /contact
  • GET /contact/:contactID
  • PUT /contact/:contactID
  • DELETE /contact/:contactID

Author

License

This project is licensed under the MIT License

About

A node app for CRM endpoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published