Skip to content

AmericaCampaign/challenge-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Challenge

In this challenge you will be using Node, Mongo, Mongoose, and EJS to create and display Animals.


Routes

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

About

This challenge uses Node, Mongo, Mongoose, and EJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published