Create a platform where individuals that are interested in traveling can share their experiences and interact with others with the same interests. Implement useful tools that users can access on a single platform.
- Create posts with images, titles, and a description
- Update and delete posts
- Comment on other users posts
- Blog feed page for user
- Currency converter tool
- Home page with current news updates
- Clone | Download
create virtual env
activate (windows: ./venv/Scripts/activate)
$ pip install -r .\requirements.txt
Set Database info in env file
flask run