React(with vite)+Django
You need to set environmental variables.
conda create --name forecast python=3.10
conda activate forecast_env
conda install -c conda-forge eccodes pygrib -y
pip install django django-cors-headers psycopg2 requests pandas psycopg2
python manage.py makemigrations
python manage.py migrate
Please run 'weather_forecast/run.bat'
Please run 'weather_frontend/run.bat'