This sample application is intended to allow users to find and sign-up as mentors.
It is a Python/Django web application that follows in line with the official tutorial
Pipenv is used for package management
- Fork/clone this repo
- Install Python 3.7 or later
- Install pipenv
- Run
pipenv install
- Run the following commands:
pipenv shell
python manage.py migrate
python manage.py runserver
- Visit localhost:8000