Neuron is a Django-based mental health care website that provides various features to support mental well-being. Users can take quizzes, view analytics on graphs, engage in music therapy, play games, and connect with doctors in critical situations. The website also includes a section called "Warrior's Story" where users can read inspiring stories of individuals who have overcome challenging situations.
To run the Neuron project, follow these steps:
- Ensure that you have Django installed. If not, run the following command to install it:
pip install django- Clone the Neuron repository:
git clone https://github.com/kevalhingu/neuron.git
cd neuron- Apply the database migrations:
python manage.py migrate- Create a superuser to access the admin panel:
python manage.py createsuperuserTo start the Neuron server, run the following command:
python manage.py runserverOnce the server is running, you can access the website by navigating to http://localhost:8000 in your web browser.
Neuron offers the following key features:
-Quiz functionality with analytics displayed on graphs. -Music therapy for relaxation and mental well-being. -Interactive games for mental stimulation. -Contact information for doctors in nearby metro cities during critical situations. -Inspiring stories of individuals who have overcome challenging situations.
-
Keval Hingu :
-
Hitwanshi Dalsania :
-
Krishnan Pandya :
Will be update soon
Give a ⭐️ if this project helped you!