odmendoza / simulator-priority-preemptive

Preemptive processes scheduling by priority

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simulator-priority-preemptive

Preemptive processes scheduling by priority

Usage

Install Python

Install Python 3.7+ (Me : 3.7.3)

Clone repository

git clone https://github.com/odmendoza/simulator-sjf-apropiative.git
cd simulator-sjf-apropiative

Requeriments

Install requirements from requirements.txt

pip install -r requirements.txt

Configure Flask

export FLASK_APP=app.py 

Run Flask

flask run 

Test the application

https://simulator-priority-preemptive.herokuapp.com/

About

Preemptive processes scheduling by priority

License:MIT License


Languages

Language:HTML 53.2%Language:Python 46.8%