/flask-msg-board

This is a message board application that allows a user to send messages to various message boards. As well as update and delete messages made.

Primary LanguageHTML

Flask Message Board

About

This is a message board application that allows a user to send messages to various message boards. As well as update and delete messages made.
Click here to see the deployed app


Technologies

  • flask
  • jinja2
  • sqlite
  • html
  • css
  • bootstrap
  • deploying website
  • heroku
  • wsgi production server
  • virtualenv
  • CRUD

Inspiration


Setting up heroku

Before creating app:

$ touch Procfile
        in Procfile:   web: gunicorn wsgi:app $ touch runtime.txt
        in runtime.txt:   python-3.8.2 $ pip3 freeze > requirements.txt

Creating app:

  • Make sure the directory is GIT
  • Make commit $ heroku login
    $ heroku create tieg-app2
  • Go to: heroku dash board > tieg-app2 > Settings > Add build pack > (+) Python
    $ git push heroku master

Error checking:

$ heroku logs --app=message-board-flask --tail


Todo

  • User functions