A React, TypeScript, Node.JS, Express.JS, and PostgreSQL project, deployed on AWS EC2, "Let's Parlay" is a virtual sportsbook web application, that allows MMA fans to try online betting for fun, with zero financial risk!
- Make sure you have Node JS installed. If you don't have it:
- Download it from nodejs.org
- Install it using NVM
- If you're on Mac, Homebrew is a good option too:
brew install node
- Clone the repo:
git clone https://github.com/omidzed/Lets-Parlay.git
- Open the project folder:
cd lets-parlay
- Install packages and dependencies:
npm install
- Start a local dev server at
http://localhost:5173
npm run dev
This project is licensed under the MIT License.
Acknowledgments The developers of the Odds API for providing access to their excellent sports datasets. Any additional acknowledgments or credits for libraries, resources, or inspiration used in the project.