Skip to content

This in a blog application that allows users will submit their pitches and other users will vote on them and leave comments to give their feedback on them.

License

Notifications You must be signed in to change notification settings

Derrick-Nyongesa/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Independent Project - BLOG

This is a Flask project was generated with Python version 3.9

Author's Name

Derrick Nyongesa

Description

This in a blog application that allows users will submit their pitches and other users will vote on them and leave comments to give their feedback on them.

Project setup instructions

  1. Pull project from github Repository.
git clone https://github.com/Derrick-Nyongesa/Blog.git
  1. Move to the folder and create a virtual environment
  2. Install requirements
pip install -r requirements.txt
  1. To run the application, run the following commands:
    $ export SECRET_KEY=<your secret key>
    $ export MAIL_USERNAME=<your email>
    $ export MAIL_PASSWORD=<your email password>
    $ python3 manage.py server
  2. Open the application on your browser http://127.0.0.1:5000/

Link to live site on GitHub Pages

Derrick Nyongesa https://derrick-blog.herokuapp.com/

Entity relationship diagram

ERD

Technology used

Contact Information

Any query? Contact me at [nyongesaderrick@gmail.com]

Copyright and license information

Licensed under the MIT license.

About

This in a blog application that allows users will submit their pitches and other users will vote on them and leave comments to give their feedback on them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published