A simple weather app that uses the open weather map API. Build with React.js and Hug.py.
You can check out my other projects here
After cloning the repository, go into the repository roo. Use pwd and make sure your path is .../OpenWeatherApp.
Now, do this:
Frontend:
From the repository root:
cd frontendyarn installyarn start
Backend:
From the repository root:
cd backendvirtualenv backend_env -p /usr/local/bin/python3
Note: Yourpython3path might be different. Use apython3path ashug.pyis not compatible withpython2.source backend_env/bin/activatehug -f api_server.py
