EMCain / recipe_subs

helpful reviews of recipes, with one small change
3 stars 1 forks source link

set up web app (Flask) #1

Open EMCain opened 4 years ago

EMCain commented 4 years ago

set up a basic web app with 2 endpoints:

should include a template that gets passed the review info (number of stars as an int, date, username (will just be anonymous for now), text) and renders it -- this will be used later.

EMCain commented 3 years ago

started work on branch https://github.com/EMCain/recipe_subs/tree/add_web_app

I changed all the port numbers for existing services and this one (web app runs at 3333, all the other services connect as normal). This will allow me to work on the project while other Docker containers with more commonly used port numbers are running.

Note: the "app" folder is misleadingly named. The base folder gets copied to /var/app within the docker container and so that folder would be at var/app/app. I would like to rename it.