Skip to content

Project repo for MEN stack application using search queries to interface with game database and return a game recommendation.

Notifications You must be signed in to change notification settings

opatel0/recommend-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommend Game

View deployed site here

Route Table

URL REST Route HTTP Verb CRUD Action EJS Views
/ show GET presents landing page home.ejs
/recommendations index GET displays public recommendation feed rec-index.ejs
/recommendations/:id show GET show recommendation details page rec.ejs
/recommendations/new new GET present new recommendation form new-rec.ejs
/recommendations/new create POST create new recommendation
/recommendations/:id destroy DELETE delete recommendation
/seed GET reseed database with test data
/about GET about.ejs
/* GET 404.ejs

Technologies Used

MongoDB/mongoose, Node.js, Express, EJS, CSS

Installation Instructions

After cloning repo, simply run npm i and the project dependencies will auto install.

User Stories

As a user, I want this application to recommend a game to me so I don't have to do a bunch of research to have fun.
As a user, I want this application to expose me to games similar to the one I just finished playing.

Hurdles

Error handling around data quality from API

Next Steps

Create simple search form
Create advance search form

About

Project repo for MEN stack application using search queries to interface with game database and return a game recommendation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published