A full stack game-application that challenges the user to guess a series of daily plant pictures of decreasing difficulty. The user is able to guess one image per day, and receives stats both daily and cumulatively. This project was built to demonstrate core competencies in front end JS and tailwind, building and routing to a database, and conditonally rendering information via handlebars, a templating engine.
Install node packages: Sequelize, mySQL2, Express. Run seeds scripts to seed the database and start the server. In the browser, navigate to localhost:3001. A signup and sign-in page will appear allowing the user to be validated to begin gameplay. Once the user signs-up, they may participate in the game.
MIT License
https://unsplash.com/@josefin // https://unsplash.com/photos/WS5yjFjycNY
No tests were used in development
Github: https://github.com/kurtbixby/herble
Roberto Moreno: https://github.com/rmoreno162303 Sierra Nutt: https://github.com/SierraNN Kurt Bixby: https://github.com/kurtbixby Kyle Baca: https://github.com/kyle-david1 Marian Fediuc: https://github.com/marianfediuc
Express and Router for handling routes.
Express Handlebars for creating our views.
Sequelize and mySQL2 for seeding and interfacing with the database.
Passport for user authentication.
dotENV for managing environment variables and hiding information.
bcrypt for hashing passwords.
express-session for managing session middleware.
cookie-session for storing the sessions.