Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 563 Bytes

File metadata and controls

40 lines (31 loc) · 563 Bytes

HERRAMIENTAS USADAS:

Frontend:

  • Html5
  • Css
  • Bootstrap
  • Figma

Backend:

  • Django
  • MySQL

EJECUCIÓN DEL PROGRAMA:

Para ejecutar correctamente la aplicación hay que correr los siguientes comandos en la terminal de python:

1- pip install mysqlclient

2- py manage.py makemigrations

(si no hace las migrations probar este comando: py manage.py makemigrations prototype_2 )

3- py manage.py migrate

4- py manage.py runserver