- Instructions for running the project on your machine
Ensure Node is installed for npm start later in the instructions https://nodejs.org/en/download/package-manager
- Clone the Repository and run backend flask app:
git clone https://github.com/KalimsCodingWonderland/IMDBSpeedrunGame.git
cd IMDBSpeedrunGame
cd backend
python3 app.py- Run Frontend React app:
cd IMDBSpeedrunGame cd frontend npm start
3. **Access Link**
Local: http://localhost:3000