A web page with a Bootstrap based carousel and an integrated weather API.
Virtual environment:
pip install django
virtualenv ./cs_env
./cs_env/Scripts/activate.ps1
python manage.py makemigrations && python manage.py migrate
python manage.py runserver
- HTML
- CSS
- Javascript
- Bootstrap4 - A free, open-source CSS framework directed at responsive, mobile-first front-end web development.
- Django - Python based web framework for perfectionists with deadlines.
- Openweather - This is where i got my weather API from.
https://csitba.github.io/curso-web-backend/clases/clase-1.html#c%C3%B3mo-empezar-con-django
Juan Manuel Díaz Arbués