A mental health web app developed for the mental health committee in my alma mater.
EmbraceWellness is a web application designed to support mental health awareness and engagement within a community. This platform provides various resources and tools, such as forums, blogs, and direct messaging, to facilitate conversations and provide assistance on mental health matters.
- User Accounts: Register, login, and manage your profile.
- Blog: Share articles, experiences, and information related to mental health.
- Forums: Engage in discussions and seek advice from the community.
- Direct Messaging: Communicate privately with other users.
- Contact: Reach out for support or inquiries.
- Static Media: Serve and manage static content like images and other media.
- Frontend: HTML, CSS (TailwindCSS)
- Backend: Python (Django)
- Database: SQLite (for development)
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/EmbraceWellness.git
- Navigate into the directory:
cd EmbraceWellness
- Install the required dependencies:
pip install -r requirements.txt
- Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Access the app in your browser:
http:127.0.0.1:8000