Skip to content

xargi/express-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example Express application

The example application comes equipped with parts following the example architecture

  • App level configuration is contained in app.js
  • Route and endpoint configuration is contained in endpoints.js
  • Endpoint handlers are defined in endpoints/*
  • Actual business logic is defined in services/*

You can run tests with npm test, but sadly most of them seem to fail. Maybe you can help fix some of them?

The routes for you to explore in this example are

  • /example
    • /hello Responds with a Hello World
    • /throw Throws an error on the server
    • /async Async versions of the above
      • /hello
      • /throw
    • /slowpoke A slow synchronous handler. Try to request it and then /hello immediately after.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published