Skip to content

nik1as/simple-forum

Repository files navigation

simple-forum

A simple forum web application build with flask and bootstrap.

Default credentials: admin:admin

Docker

docker build -t simple_forum .
docker run --name simple_forum -d -p 8000:5000 -t simple_forum:latest

Features

  • Markdown support
  • Create threads
  • Create, read, edit, delete and report posts
  • Profile page with avatar
  • Admin dashboard
  • Pagination

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages