MedicAid Forum is a reddit like community app. Here people can search previously discussed topics. Create new topic and provide answer to an existing topic. Upvote/Downvote any topic (similar to YouTube system). View activity history. It has an Integrated Blog. Built with Python/Django and 100% free to use.
A few of the things you can do with MedicAid:
- Signup as a Doctor or General User
- Search and read previously discussed topics
- Create a new topic
- Provide answer to an existing topic
- Upvote any topic
- Downvote any topic
- View activity history (created topics/answered topics)
- Read blog posts
Installation Process (Windows)
- Create a Virtual Environment
virtualenv projectenv
- Go To environment Directory
cd projectenv/scripts
- Activate Virtual Environment
activate
- Clone This Project
git clone https://github.com/mahmud-sajib/Django-Forum.git
- Go To Project Directory
cd Django-Forum
- Install Required Package
pip install -r requirements.txt
- Migrate Database
python manage.py migrate
- Finally Run The Project
python manage.py runserver
Feel free to file an issue. If you wish to contribute, please feel free to do so!