Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 500 Bytes

RSS-reader-multi-threads

Proyecto parcial para la materia de sistemas operativos.

Inicio Rápido:
- Descargar el repositorio:
git clone https://github.com/juanmisak/RSS-reader-multi-threads.git
- Instalar dependencias:
cd RSS-reader-multi-threads
sudo python setup.py
- Correr el servidor:
cd RSS
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
- Cliente
Abrir un navegador a la dirección: localhost:8000