Skip to content

IkonoDim/ikonodims-forum

Repository files navigation

IkonoDim's Forum

This is a simple forum application with features like:

  • linking
  • disliking
  • commenting
  • sharing ... and more.

I invested +100h into this project hand-writing approx. 2900 lines of code.

Installation & Run

How to install and setup my software on Debian based operating systems:

sudo apt-get update && sudo apt upgrade
sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install git

cd /home
git clone https://github.com/IkonoDim/ikonodims-forum
cd ikonodims-forum

python3 -m pip install -r requirements.txt
python3 main.py

Attention! The port can be changed in line 16 in the main.py file. It's defaultly set to "0.0.0.0" at port 5000

Made using

Pycharm Webstorm

Python 3.12 HTML5 CSS3 JavaScript

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published