ruanwritescode / safebet

A full stack application centered around an algorithm that calculates bonus bet conversions on 5 of the most popular sportsbooks available. Utilizes real time odds using an API deployed on NodeJS and containerized with Docker
1 stars 0 forks source link

updates to database, allows for saving bets to user history #41

Closed ruanwritescode closed 5 months ago

ruanwritescode commented 5 months ago

removed odds table from database in favor of moving those attributes to the bets table. on the home page there is the option to filter by sportsbook or select all. user history is now saved when the user selects a bet.