/pytop

quick view of local processes via browser

Primary LanguagePython

PyTop

quick view of local processes via Django Rest Framework for API, VueJS for Web Interface, C3JS for charts, and Bulma for quick CSS framework.

Pre-Requisites

PyTop is build with Python and makes use of Poetry for quick and simple dependency management.

Local Usage

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

Dependencies/Libraries used

Python

CSS/JS

Python Dev