…efinitions and some database retrieval functionality.
Added routes for poll/:id and results/:id and added the database poll lookup code in each. Refactored poll creation to remove unused properties, use Nanoid for pollID creation. Added 3 ejs files: about.ejs, poll.ejs and results.ejs and tested with each of their routes
…efinitions and some database retrieval functionality.
Added routes for poll/:id and results/:id and added the database poll lookup code in each. Refactored poll creation to remove unused properties, use Nanoid for pollID creation. Added 3 ejs files: about.ejs, poll.ejs and results.ejs and tested with each of their routes