iamfoysal / forum-fullstack

Forum projects have many features. A user will first create an account and then verify by email. Very nice way Content can be searched. Users will be able to post by category and Froala editor is used here so that users will be able to write their content in a very nice way. You can post a picture if you want but you have to specify a picture as a thumbnail. To have a comment option, you need to make a login to comment. Then you can post comments. There is also the opportunity to share posts on social media.

Home Page:https://forum.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forum Project

developer

You can clone this project if you want and follow the steps below to run.
https://github.com/iamfoysal/shopyebusiness.git

Installing virtualenv

py -m pip install --user virtualenv 

Creating a virtual environmen

 py -m venv env 

Activating a virtual environment

.\env\Scripts\activate 

install requirements.txt

pip install -r requirements.txt 

Admin

  • Create Admin account using following command
py manage.py createsuperuser

Run server

py manage.py runserver 

localhost:

http://127.0.0.1:8000/

About

Forum projects have many features. A user will first create an account and then verify by email. Very nice way Content can be searched. Users will be able to post by category and Froala editor is used here so that users will be able to write their content in a very nice way. You can post a picture if you want but you have to specify a picture as a thumbnail. To have a comment option, you need to make a login to comment. Then you can post comments. There is also the opportunity to share posts on social media.

https://forum.pythonanywhere.com/

License:Mozilla Public License 2.0


Languages

Language:CSS 80.4%Language:JavaScript 12.6%Language:HTML 4.3%Language:Python 2.7%