An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Forum Project
![developer](https://img.shields.io/badge/Developed%20By%20%3A-foysal-red)
---

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