Skip to content

DealShark is an e-commerce online game shop for discount games. Tech: Java 8, SpringMVC, SpringORM, Hibernate

Notifications You must be signed in to change notification settings

viviRbi/DealSharkBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essential note between team member

  • Database changed. Detail is on our Slack group

register url

https://localhost:8080/Project-2/register

login url

https://localhost:8080/Project-2/authenticateUser

Update savedGame (post request contains saved game ids string and user id for now)

https://localhost:8080/Project-2/updateSavedGame

Get saved game by user id. 123 is user id (not needed for now)

https://localhost:8080/Project-2/getSavedGame/123

Update profile

https://localhost:8080/Project-2/update

DealShark Plan

Screenshots:

Home Screen when haven't log in

. DealShark img1

Sort game list by MetaCritic. When clicked on any of the table header, we are able to sort by ascending or descending on title, sale price, release day, metacritic, deal rating inside GameList Component. We can go to its game detail page by click on a row

. DealShark img2

Filter game list by title Sonic with lowest price 20 and highest price 50

. DealShark img1

Save Game page. The ids of all the saved game were retrieved when user login. Other data like title, metacritic, release date were retrieved by forkJoin multiple http get request (get by id) and stored inside an array then they were turned to Json and added into session

. DealShark img1

Game detail when haven't login \n

. DealShark img1

Game detail when login

. DealShark img1

Login page when inputs have been touched and the requirement haven't been met

. DealShark img1

User profile update when just go to profile page. The submit button is disable for not meeting the requirement

. DealShark img1

Register page when user just login and hovered around the disabled register button

. DealShark img1

About

DealShark is an e-commerce online game shop for discount games. Tech: Java 8, SpringMVC, SpringORM, Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages