/noderestnosql

Node JS - Rest API - MongoDB

Primary LanguageJavaScript

noderestsql

  • GET list all employees

  • GET list information about one, single employee

  • POST create an employee

  • PATCH update an employee

  • DELETE remove an employee

  • GET list all departments

  • GET list information about one, single department

  • GET list all employees for a department

  • POST create a department

  • PATCH update a department

  • DELETE remove a department