- This is a category application that has been made for the Udacity Nanodegree. This application is a blog for vacation destinations that allows you to post destinations listing them by the category of the continent and also add video and photos.
- First you must initialize the database by using python version 2 to start the file destinations.py
- Then use start the project.py file. You will not be able to delete or edit the original database entries via the application but you can go into destinations.py and change them manually. Once you logged in with google verification you will be able to add and edit entries.
- This program is in python 2 you can run it using
python project.py
. Inside the s_images folder is another python program that I used to resize all the files in that folder. If you want to use that program it is in python3.