Mental Health News Website

Overview

Welcome to the Mental Health News Website, a platform dedicated to providing timely and relevant news and information related to mental health. This website is built using HTML and Django, combining a user-friendly interface with the power of a robust web framework to deliver a seamless experience for users seeking information on mental health.

Installation

Follow these steps to set up the Mental Health News Website locally:

  1. Clone the Repository:

    git clone https://github.com/your-username/mental-health-news-website.git
  2. Navigate to the Project Directory:

    cd mental-health-news-website
  3. Create a Virtual Environment:

    python -m venv venv
  4. Activate the Virtual Environment:

    • On Windows:
      .\venv\Scripts\activate
    • On Unix or MacOS:
      source venv/bin/activate
  5. Install Dependencies:

    pip install -r requirements.txt
  6. Run Migrations:

    python manage.py migrate
  7. Create Superuser (Admin Account):

    python manage.py createsuperuser
  8. Run the Development Server:

    python manage.py runserver
  9. Access the Website: Open your web browser and go to http://localhost:8000

Contributing

We welcome contributions to enhance the Mental Health News Website.