You are on page 1of 7

GET WEATHER

WEBAPP
By:
2016BTECS00076 Sourabh Pukale
2016BTECS00077 Pranav Raut
2016BTECS00019 Dhanashree Phulkar
PROJECT DETAILS:
■ FRONTEND:
– HTML
– CSS
– Bootstrap
■ BACKEND:
– Django Framework
■ Database:
– SQLite
Working:

■ User inputs the city.


■ Weather of that city is fetched.
■ This is done with the help of a REST API call, where a JSON object is
returned.
■ Hence the weather of that particular city is displayed.
■ All the cities searched previously are stored into the database.
■ Whenever the site is fetched, first all the cities from the database are
fetched and their weathers are shown.
Why Django?
■ Django is built to encourage rapid development and clean, practical design.
■ This makes it a good choice when you’re building a highly customizable app, such as a
social media website. Django is a very robust, effective framework, and is used (and
therefore battle-tested) by some of the largest websites in the world.
■ Django is a free, open source, high-end framework written in the famously simple, flexible,
and relatively easy-to-learn Python programming Language.
■ It doesn’t matter what operating system you’re using, either – Windows, Mac, Linux – it’s
all the same to Django. It’s a very good choice for the vast majority of web development,
and is more than capable of building any type of app.
■ Django makes the development more efficient and cost-effective.
■ Django web application development is really stable.
■ When security is a top priority.

You might also like