kileader / BudgetGameRankings

This repository contains files for my Enterprise Java personal project. Budget Game Rankings will be a web app that grabs data on pricing and ratings for video games and ranks them according to user chosen parameters.
0 stars 0 forks source link

Checkpoint 3 ready for review #11

Open kileader opened 3 years ago

kileader commented 3 years ago

@pawaitemadisoncollege checkpoint 3 is finished

The website is at http://3.14.159.100:8080/BudgetGameRankings/

The users I have right now are the same in user-display-exercise. jcoyne (supersecret1) and dklein (supersecret5) are admins while the rest are users.

Wishlist is displaying properly for the little info I have in it right now. I'm planning on displaying alot more.

I had to rename my war file and everything to BudgetGameRankings without hyphens for everything to work.

pawaitemadisoncollege commented 3 years ago

Nice job hitting CP3 @kileader. Isn't it fun to see your application starting to come together and accessible on the web?! You've done a lot of work since I last looked at this and things are looking good - you've done a nice job adding unit tests as you go, and the front end seems to be following best practices so far!