Skip to content

Backend of a webapp system aimed for groupal touristic oriented recommendations

Notifications You must be signed in to change notification settings

Endzel/recommender-system-backend

Repository files navigation

recommender-system-backend

Back-end para una sistema de aplicación web dirigido a establecer recomendaciones turísticas a grupos.

La versión recomendada de MySQL Server es la 5.7, dado que las siguientes todavía no tienen compatibilidad con el stack de tecnologías.

Crear los archivos de migración después de realizar cambios en los modelos:

  • python manage.py makemigrations

Aplicar los cambios del esquema en la base de datos:

  • python manage.py migrate

Iniciar servidor:

  • python manage.py runserver

About

Backend of a webapp system aimed for groupal touristic oriented recommendations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published