Skip to content

KeySpray/learn-express

 
 

Repository files navigation

Express Tutorial

Setup

  • Run npm install from the project root.
  • Run npm install from client/.

To run any server use node /path/to/server from the project root.

For You to Do

  1. Add a route to quiz/server.js to search for a user.
  2. Complete quiz/server4.js with express router.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 12.1%
  • CSS 6.5%