Realtime Solar Position Tracker to track the Sun position for correct PV (Photo Voltaic Cell or Solar Panel) orientation i.e (azimuth & elevation). A performance tracker is implemented based on PVGIS-ERA5 database of past 15 years of Solar Irradiance data for a specific latitude and longitude at a certain time interval.
git clone https://github.com/bibekshhh/Solar-X.git
cd Solar-X
cd "Fast API"
pip install fastapi "uvicorn[standard]"
Run the main.py (FastAPI)
python -m uvicorn main:app --reload
cd Solar-X
cd API
node server.js
cd ../Client
Installing node packages for Client directory
npm install
cd ../
npm run dev
You'll be assigned a localhost link in your CLI Terminal, redirecting to the application.