This was a project that I created during Team Liquid's PrideMakers Event. This project is an online space where people can share their story, some advice, or just kind words to one another.
- HTML
- CSS
- Python
- Flask
- Heroku
- PostgreSQL
https://validation-pridemakers.herokuapp.com/
- Create a local copy of branch onto your machine.
- Use your favorite terminal to correctly set up your directory's environment.
# install required dependencies onto your virtual enviorment pip install -r /path/to/requirements.txt - Navigate into your new site’s directory and happy coding!
- Remember to create .env file to access your own database.
# replace "xyz" with link to your database DATABASE_URL=xyz
- Verification of user posts
- Find new free hosting, Heroku will no longer provide free hosting after November 2022
