# TAM3 - Web Based This is the new web based version of Ticket Auction Manager. I decided to delete and redo it to rehash some things. Goals for this project: - To get everything working from [TAM-API](https://www.github.com/dbob16/tam-api) - Web-based version - Also have a desktop app available (eventually, maybe Electron or Tauri based) **This is under _active_ development** ## Setting up After cloning, cd'ing into webapp, and running `npm install` followed by `npm run dev` there's one thing you have to do before testing the rest. That is making prefixes. On the main menu press "Alt (or Option) + a" to toggle admin mode. Then click Prefix editor to open the form to edit prefixes. ## Status Ticket Form: **functional** Basket Form: **functional** Drawing Form: **functional** By Name Report: **functional** Basket ID Report: **functional** Ticket Count Report: **not started** Deployment System: **not started** | Likely will Dockerize it first, then will move to possible Electron or Tauri option for desktop application.