Commit Graph

5 Commits

Author SHA1 Message Date
Dylan Knutson
348fa416e8 feat: implement database layer and rename auction -> listing
Major Changes:
- Set up SQLx database connection and migration system
- Create complete initial database schema with all tables
- Rename 'auction' to 'listing' throughout codebase for better terminology
- Update bot commands: /newauction -> /newlisting, /myauctions -> /mylistings
- Update all database tables: auctions -> listings, auction_medias -> listing_medias
- Update foreign key relationships and indexes
- Add automatic database migration on startup
- Update documentation and README
- Complete backlog tasks: task-001, task-002, task-010

The bot now has a solid database foundation ready for implementing core business logic.
All tests pass and code compiles successfully.
2025-08-27 19:24:15 +00:00
Dylan Knutson
30751181e4 add .env.example, user-stories.md 2025-08-27 19:12:40 +00:00
Dylan Knutson
947092ce54 add README.md 2025-08-27 02:57:14 +00:00
Dylan Knutson
b5f15f9d3e add .cursorrules with backlog.md description 2025-08-27 02:42:23 +00:00
Dylan Knutson
caebe567df initial commit 2025-08-26 22:39:40 -04:00