Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.37 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.37 KB

Illuminate

About The Project

Illuminate, since it's inception, has a very straight-forward idea, which is empowering people across the world to share their current state of mind with others. Our mental health is very often sidelined and unlike our physical health is not given the importance it deserves, which has some severe repercussions on our lives and those of our loved one's. In 2017, a study estimated that, globally, more than one in ten people (10.7%) have some state of mental health disorder, and the worst part is that the numbers are only increasing with time. Our platform helps people opening up, seeking help from others, helping others... With the common motive being, making the world a better place to live in.

Built With

  • React.js
  • Django

Installation

Setup Django Server :


Step 1: Create a virtual environment in base directory

py -m venv djangoenv


Step 2: Activate the virtual environment

djangoenv\Scripts\activate.bat


Step 3: Install Requirements

pip install -r requirements.txt


Step 4: Run makemigrations command

python manage.py makemigrations


Step 5: Run migrate command

python manage.py migrate


Step 6: Create SuperUser (Set Username / Email & Password)

python manage.py createsuperuser


Step 7: Run Server

python manage.py runserver