#App Installation Guide:
- Open two terminals (split terminal)
- In the first terminal, cd into backend directory and in second, cd into frontend directory
- In backend run: pip install -r requirements.txt -> after installation, run: python main.py
- In the frontend directory run: npm install -> after installation run: npm run dev
Note -> There may be a cool-down period for the app to properly run after starting the local host server. Sometimes, a restart may be needed.