In this challenge you will be using Node, Mongo, Mongoose, and EJS to create and display Animals.
You will need to make the proper adjustments to get all three routes working.
Look for misspelled or misplaced words to fix. HINT: Server.js
/view
Gets Animals data and renders the view ejs page You will need to fix the route in routes/animals, as well as update the views/view.ejs to use EJS to render the Animals
/post
Submits a new animal to the database. Get this working.
/form
Renders the EJS page that has the animal form.
In order to get the form submission to work, you will need to finish the jQuery code in js/app