Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.69 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.69 KB

Top 10 Cities to add your Bucket List

Through this application, you would see the Top 10 cities in the whole world. Either, you can create your own cities list, update the informations.

top-10-cities

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

  • Run the following in the terminal to install the modules to run your program without excussions.
pip install flask
pip install flask_sqlalchemy
pip install flask_bootstrap
pip install flask_wtf
pip install wtforms

How to Use?

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 main.py

after you run the python file, go to

Your Localhost (http://127.0.0.1:5000) page.

Adding Cities to Database

Click over the link Add City link in the home page.

bucket-list

After you fill all the blanks click over to Add button. It will return you to home page.

That city which you would you like to add, it will shown there.

Update City Information

You can click over the Update button to update ranking and favorite place in that city.

bucket-list

Delete City

You can click over the Delete button to delete city.

bucket-list