Skip to content

yeeunsong/state-of-the-art-server

Repository files navigation

state-of-the-art-server

State of the Art is a web application game about masterpiece auction.
Utilized Vue.js and three.js for frontend, and Node.js, Express, and MySQL for backend implementations.
workflow

The features include:

  • Art Museum implemented with three.js
  • Masterpiece auction
  • Game for earning auction money
  • Mypage for listing collections and wishList
  • ArtInfo page for setting my wishlist
  • Register, login, and logout

Code for frontend is here: https://github.com/ChanyoungKim-kaist/state-of-the-art-client/tree/newmaster

FrontEnd Explanation

1. Art Museum

Art museum for showning one's own collections.
Made a 3D museum using Three.js, and page can be rotated vertically and horizontally.

museum

2. Auction

Real-time art auction bidding page using socket programming, which multiple users can participate in the bidding.
If one succeeds in bidding, the money he/she owns will be deducted accordingly.

bidding

3. MiniGame

Users can earn money for auctions in MiniGame.

game

4. Wishlist

Users can select drawings and put in their wishlist. User's mypage gets updated accordingly after selection.

wishlist

5. Login/Register

Login/Register page. Utilized tokens for security.

login

BackEnd Explanation

1. Socket Programming

Socket programming was needed for real-time auction bidding of masterpieces.
npm ws (websocket) package was used.

슬라이드1

2. MySQL Database

MySQL tables for project database:

mysql table

Contacts

Contributors

About

Masterpiece auction web application game using Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published