A web forum app for open discussion. Requires quick and free sign up (username and password) to leave comments or posts.
Visit the app at https://public-web-forum.herokuapp.com/
- Django — back end
- PostgreSQL — main database
- Heroku — deployed on Heroku
- Bootstrap — some styling
Base project (posts with class-based views on Django) loosely based on this tutorial by @ArchieMclean.
@earthprelude added the other features, including user authentication, comments model, styling, and modifications for deployment to Heroku.