Skip to content

An Express app and API with routes to serve employee data or to respond with error-handling middleware

Notifications You must be signed in to change notification settings

ladelpriore/Employee_Management_API

Repository files navigation

Employee Directory App and API

The organization is pleased with your work in creating the proof-of-concept employee-management API. Take your work to the next level by adding middleware and organizing your endpoints into routers!

Instructions

  • Ensure 404 and error-handling middleware exist
  • All /employees routes are organized into a separate router
  • POST /employees will add a new employee with the provided name, if correctly provided
    • The new employee's ID should be unique
    • Send 400 if name is not correctly provided
    • Update employees.http to test this endpoint

About

An Express app and API with routes to serve employee data or to respond with error-handling middleware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published