Skip to content

ericthomson13/express-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXERCISE SUMMARY

Your goal is to connect the client to the server.

When the client types into the input field: "dog/cat/ferret/duck" and clicks the find animal button it should update the client accordingly

You should not need to touch the /src folder if you do it correctly.

WEBPACK WOES

If running the npm start script fails and you're on a Mac OS make sure you've installed Xcode:

xcode-select --install

If it continues to fail globally install webpack, webpack-cli, and webpack-dev-server

Extra Credit

  • Account for case sensitivity in the input field
  • Create a post route to add animals to the DB

Use postman to send the data to your server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%