https://github.com/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.
https://github.com/iamfoysal/forum-fullstack
css django django-froala django-rest-framework html javascript mysql-server python sqlite-database
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/iamfoysal/forum-fullstack
- Owner: iamfoysal
- License: mpl-2.0
- Created: 2022-05-18T20:17:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T11:10:12.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T12:02:36.378Z (3 months ago)
- Topics: css, django, django-froala, django-rest-framework, html, javascript, mysql-server, python, sqlite-database
- Language: CSS
- Homepage: https://forum.pythonanywhere.com/
- Size: 48 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Forum Project

---###### 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/
****