A personal Blog where users can subscribe, post and comment on articles posted.
By Sarah Marion
This is a web application that allows various users to submit a short pitch. Users can also be able to view other pitches from different categories (Pick-up Lines, Interview Pitches, Product Pitches, Promotion Pitches), comment and vote. For a user to do any of that, they need to have registered.
As a user I would like:
- to view the blog posts submitted
- to comment on blog posts
- to view the most recent posts
- to be alerted when a new post is made by joining a subscription.
- to sign in to the blog.
- to create a blog from the application.
- to delete comments that I find insulting or degrading.
- Internet connection
- Click https://blog-here.herokuapp.com/)
or- Copy https://blog-here.herokuapp.com/) and Paste the link on your prefered browser
- A user can sign up
- A user can subscribe to receive email notifications
- A user can also post comments and articles.
- Python3.6
- Flask framework
- Bootstrap and Css
- PostgreSQL
- SQLAlchemy
- Internet access
git clone https://github.com/sarah-marion/Blog.git
cd Blog
python3.6 -m venv virtual
source virtual/bin/activate
python3.6 -m pip install -r requirements.txt
- Inside the manage.py module i.e:-
app = create_app('production')
should beapp = create_app('development')
- Then run
python3.6 manage.py server
to get the app running navigate tohttp://127.0.0.1:5000/
and it will open in your browser
- pip install python3.6
- pip install flask
- pip install flask-bootstrap
- pip install flask-script
- pip install flask-wtf
- pip install flask-migrate
- pip install flask-login
- pip install Flask-Mail
- pip install flask-uploads
- To see the projects specifications refer to the SPECS.md file for more details.
It does not have bugs.But if any problems should occur, email me at devsarahmarion@gmail.com
You can reach out to me at devsarahmarion@gmail.com for Reviews, Advice, Collaborations and Comments
MIT License
Copyright (c) 2018 Dev Sarah Marion
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.