Test your investment skills with real world stock prices and unlimited capital. Deposit money with a simple popup in the top right corner and start investing!
- Golang http stdlib as the server framework for backend
- SQLITE as the SQL database provided by pocketbase
- Frontend is vanilla html/css/js but depends on Bootstrap 5 for default styling
- Have Golang installed
git clone https://github.com/hxkhan/stockmark.git
cd stockmark
- Build & Serve
go build -o main.exe . && main serve