Skip to content

ogahozy/ogahslab

Repository files navigation

ogahslab

This is a full stack website powered by Flask web framework and Python. This work is inspired by Miguel Grinberg. check here https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world. You can fork and clone it for you own used. I am personally using it as my blogging sites. You can also submit pull request for patches and errors. I am just a learner and not an expert

How to use it

  1. git clone https://github.com/ogahozy/ogahslab .
  2. cd ogahslab .
  3. pip install -r requirements.txt .
  4. export FLASK_APP=ogahslab.py .

you can now add your environment variables

  1. export MAIL_USERNAME='your sendgrid username' # if you are using sendgrid account.
  2. export MAIL_PASSWORD='you password' .
  3. export WEB_ADMIN='you verified sendgrid sender email'.
  4. flask run .

you are done

if you want to push it to heroku just as i did or any other platform, then you following Miguel post here https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-heroku .

About

This is a full stack website developed using Flask web framework and Python

Resources

Stars

Watchers

Forks

Packages

No packages published