- This web app deals with problems that the students are facing due to the on going pandemic and it's effecting their mental health like : depression , anxiety, loneliness
- This portal allows students to connect with their college friends, mentor and counsellors to discuss about the doubts, exams, mental issues, projects, placements
- Mentors and admin acts as moderators to maintain a healthy discussion environment
Live demo MitroMeet
test user username: testuser
test user password: testuserpassword
- Clone repository
- Setup virtual environment
- Windows
- virtualenv venv
- venv\Scripts\activate
- Mac
- virtualenv venv
- source venv/bin/activate
- Windows
- Exceute
pip install -r requirements.txt
in root directory of project - run
python manage.py makemigrations
- run
python manage.py migrate
- run
python manage.py runserver
. - Go to 127.0.0.1:8000 in your preferred web browser.
- Frontend
- HTML5
- CSS3
- JQuery
- Bootstrap4
- Backend
- Django framework
- Database
- SQLite
- Mental issues related to stress, anxiety discussion forum
- Topic wise Question Filtering
- Search Suggestion on platform to find questions
- Question suggestion while addding question to prevent similar question on platform
- Updates can be shared with students regarding upcoming events, placements or exam
- Admin Panel to help in moderation and sending updates to students
💙 If you like this project, give it a ⭐ and share it with friends!