Skip to content

n0033/stock-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Game

A stock market game with real prices.

About the project

Trade stocks and cryptocurrencies, whether you are looking to become better at investing money or just have fun. In Stock Game, your objective is to make as much money as you can, by buying and selling assets at real-world prices.

The app features:

  • Information about historical value of assets.
  • An account system, so you can play on whatever device you are using at the moment.
  • A view of all your assets with related information in one place.
  • session maintained with cookies

Built with

  • Go
  • Go Fiber
  • HTML
  • CSS
  • JavaScript
  • Bootstrap 5
  • MongoDB

UML Diagram

image

Running the app

Prerequisites:

  • docker
  • pulled project
  • environment variables file .env in project root directory To run the project run following commands in project root directory:
docker build -t "stock_game" .
docker run -p 3000:3000 --env-file ".env" "stock_game"

Testing

In project root directory run:

go test ./tests

About

Browser stock game with real prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages