MickaelAlliel / billboard

Django powered app to add messages to a board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BILLBOARD

An utterly fantastic billboard app to share messages publicly.

Features

  • Add new messages
  • Remove own messages
  • Authentification

How to Use

To use this project, follow these steps:

  1. Clone this repository
  2. Install requirements found in the Pipfile
  3. Add DATABASE_URL env variable (mysql://USER:PASS@HOST/DBNAME)
  4. python manage.py migrate
  5. python manage.py runserver

Deployment to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate

License: MIT

Further Reading

About

Django powered app to add messages to a board


Languages

Language:Python 45.7%Language:HTML 31.1%Language:CSS 15.9%Language:JavaScript 7.3%