Josphine Ndanu
This is a site for programmers to share and view blogs, On the landing page users get a random quote, a user can create an account share an interesting blog, update or delete it if they do not find it fascinating. A user can also comment on blogs and can delete a comment.
You need the following to start working on this project: On your local systems;
- Python version 3.8
- Flask
- Pip
- Virtual Environment(venv)
-
Install python version 3.8
-
Clone this repository : `$ git clone https://github.com/ndanu-josy/Jos-Blog'
-
create a virtual environment
-
Create a start.sh file and add these lines of code export MAIL_USERNAME='your-email' export MAIL_PASSWORD='password' export SECRET_KEY='secret-key' python3.8 manage.py server
In your terminal, run the following commands;
$ chmod a+x start.sh then run ./start.sh
View live
- Python 3.8
- Bootstrap
- Flask
This project is under the MIT licence