Skip to content

A Next.JS App allowing users to simulate the Stock Market - built with automated CI/CD deploy to AWS using Github Actions / Docker.

License

Notifications You must be signed in to change notification settings

Simon-Cheek/StockSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockSimulator

A Next.JS App allowing users to simulate the Stock Market - built with automated CI/CD deploy to AWS using GHA / Docker.

LocalStorage Configuration for Stock Information:

stockSimulatorUser: { currentBalance: int, stocks: { nameOfStock: int (Amount owned) } }

Authentication Layout:

DynamoDB: userID | userData userData: { password: string, balance: string, stocks: {}, apiKey: string }

Every Page: authenticate user using username and password OR API KEY API Routes: Do the same Upon Registration: Generate API Key, store password and issue APIKey to Client using a cookie

About

A Next.JS App allowing users to simulate the Stock Market - built with automated CI/CD deploy to AWS using Github Actions / Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published