quick view of local processes via Django Rest Framework for API, VueJS for Web Interface, C3JS for charts, and Bulma for quick CSS framework.
PyTop is build with Python and makes use of Poetry for quick and simple dependency management.
from the project directory, run:
# install python dependencies
poetry install --no-dev
# run django migrations to build the database
python manage.py migrate
# run django dev server
python manage.py runserver
the application should now be running at http://localhost:8000