- This is a market/economy style simulation website
- Currently a very early WIP
- View .env.example for the env data
- Authorization is setup in 2 UUIDs separated by a " " space.
- The first bit is public, and the users id
- The second bit is private, a key to their account when paired with the id
- Tax is paid when selling/recieving income
- NOT when buying stocks
- Stock tax is dynmanic, the more of one stock you have, the higher tax for that one stock
- You have to manually set the "admin" flag on the investor to true in the db
- bcrypt library for encryption
- ENCRYPTION_SALT_ROUNDS is the amount of salt rounds when encrypting the password, higher = takes more time to encrypt, but more secure
- MIN_PASSWORD_LENGTH is the length (in charactors) the passwords must be