Via https
git clone https://github.com/bmwasaru/mentorme.git
or via ssh
git clone [email protected]:bmwasaru/mentorme.git
On the project root there is a Pipfile file. Make sure you install all the required dependencies before running the web server
pipenv shell
pipenv install
Copy the contents of mentorme/local_settings.py.example
to a new file mentorme/local_settings.py
and fill in the respective local database settings and generate a SECRET_KEY
Note: You can use Django methods to create a new SECRET_KEY https://github.com/django/django/blob/master/django/core/management/commands/startproject.py
python manage.py migrate
python manage.py runserver