The first thing to do is to clone the repository:
$ git clone https://github.com/10Saavage/Homnet-Dashboard.git
$ cd Homnet-Dashboard
$ python -m venv venv
$ source venv/bin/activate
python -m venv ./venv
./venv/Scripts/activate
Then install the dependencies:
(venv)$ python -m pip install -r requirements.txt
Once pip
has finished downloading the dependencies:
(venv)$ cd homnet-Dashboard
(venv)$ python manage.py makemigrations
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver
And navigate to http://127.0.0.1:8000/