Welcome to the Magic Hope Website repository! This project offers a platform where users can explore mental wellness courses and book appointments with therapists and counselors.
📜 Table of Contents
About Features Technologies Used Installation Usage Folder Structure Contributing License About
The Magic Hope is designed to provide mental wellness resources and a way for users to book appointments with therapists and counselors. It includes a list of available courses and a booking system for counseling sessions.
Features
Course Listings: Browse a selection of mental wellness courses. Counselor Profiles: View therapist and counselor profiles with their specialties. Appointment Booking: Book appointments with therapists and counselors. Notification System: Receive a confirmation alert for your appointment. Technologies Used
Frontend: HTML5 CSS3 Bootstrap 4.5.2 JavaScript Backend: Django (for URL routing and server-side logic) Tools & Services: Bootstrap for responsive design jQuery for JavaScript functionality CDN Links for CSS and JS libraries Installation
To get this project up and running on your local machine, follow these steps:
bash Copy code python -m venv venv Activate the virtual environment:
Windows:
bash Copy code venv\Scripts\activate macOS/Linux:
bash Copy code source venv/bin/activate Install the dependencies:
bash Copy code pip install -r requirements.txt Apply database migrations:
bash Copy code python manage.py migrate Create a superuser (admin) for the Django admin interface:
bash Copy code python manage.py createsuperuser Run the development server:
bash Copy code python manage.py runserver The website will be available at http://127.0.0.1:8000/.
Usage
Home Page: Navigate to the home page to view the available mental wellness courses. Counseling Page: View therapist profiles and book appointments. Admin Interface: Access the admin interface at http://127.0.0.1:8000/admin/ to manage courses, counselors, and appointments.