Project is created with
This is a application to check weather every city around the world.For Backend using Django Framework and Front End using Bulma also i use openweather for consume the API i put requirements.txt for the requirement that i have for this application.
How to use or install this app on your computer?
pip install -r requirements.txt
2. After install all the requirement.txt extract the project and open the project, type this on your terminal
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Your django it's live now open your browser and type 127.0.0.1:8000
That's it for the guideline. I hope you enjoy....