HOW TO RUN THE PROJECT
Things that need to be installed:
- Python
- Node.js
- React
- NPM
Switch to the backend by typing 'cd backend' into the terminal and make sure these python packages are installed:
- pip install Flask (pip3 install Flask for MAC)
- pip install Flask-SQLAlchemy (pip3 install Flask-SQLAlchemy for MAC)
- pip install flask-cors (pip3 install flask-cors for MAC)
To run, make sure you're in the backend directory and type:
- python main.py
Split the terminal and switch the second terminal to the frontend by doing 'cd ..' and then 'cd frontend' Then to run the frontend, type this into the terminal:
- npm run dev