Problogger
Michelle Njeri
A personal blogging site to add your thoughts and read some motivational quotes
- Fork the repository and pull the files to your local environment
- Install flask and a virtual env.
- Insatll dependencies withign the virtual env
- The requirements.text will guide you on the needed modules.
- Run the application by tyiping
python3.10 manage.py
- Flask_Script is not compatible with flask 2.1.2, which is what is used for this application. Downgarding Flask allows flask_script to run.. The cost wome things(i.e escape) in Jinja wont work with versions of Flask less that 2.0.0
- Check the Pip file for all modules needed for the application
- Python
- Flask
- HTML
- CSS & Bootstrap CDN