uj-student / it08x97-recommendation-system

Restaurant recommendation system using content-based methods
0 stars 0 forks source link

Port to Django framework #10

Open uj-student opened 4 years ago

uj-student commented 4 years ago

Move underlining code to Django as web applications better than desktop app.

bmachimbira commented 4 years ago

What if you just add an API to the logic and do the front end separately. This will allow you to have full control of the application. Django is very very opinionated

uj-student commented 4 years ago

Ahh I see, provides more flexibility for front-end. Any suggestions for what to use for the API?

bmachimbira commented 4 years ago

Django is too heavy. You can create a full ReST API with Flask. In fact you can use any ReST middleware as long as it accepts input you can access from the application