Giter Club home page Giter Club logo

Comments (5)

jbshep avatar jbshep commented on June 23, 2024

Hi, @robmarkcole. Thanks for your interest. The only documentation produced for the class is the README.md file. The intended audience for this project was a Web app development class of mine, and prior to experiencing this example, the students already had a good understanding of how to build a Flask app and how to install PostgreSQL. Thus, I did not include instructions on how to install PostgreSQL. I did (in the README.md file) direct them to create the named database prior to launching the app for the first time. Any new images can be uploaded using the Web form to which you can navigate from http://localhost:5000/.

Is there a particular step or paragraph in the README.md that needs additional clarification? Again, thanks for your interest.

from flask-image-demo.

robmarkcole avatar robmarkcole commented on June 23, 2024

I wasn't sure if the databasee schema mattered? A couple of screenshots would be nice to see also.
Thanks!

from flask-image-demo.

jbshep avatar jbshep commented on June 23, 2024

The database schema is created using the command found near the end of the README.md file (which I've pasted below).

python3 manage.py db upgrade

That command uses the DB migrations scripts found in the migrations folder to update the schema of the empty database that you created in an earlier step (by using psql and entering create database imagedemo;). If you haven't used migrations before, they are a great way to update the database schema in a way that synchronizes with your code changes.

from flask-image-demo.

jbshep avatar jbshep commented on June 23, 2024

I think a big part of the ambiguity in the README.md file is due to the intended audience. I pushed this project to GitHub as a reference for the students in my class who have already (at this point in the class) built Flask apps that talk to a PostgreSQL back-end and used migrations to manage changes to the schema. Perhaps in the future I could make this project into a tutorial for a more general audience (and perhaps there could even be an accompanying blog post). I teach this course again in the upcoming spring semester, so it's possible I could do so.

from flask-image-demo.

robmarkcole avatar robmarkcole commented on June 23, 2024

Thanks for the instructions and advice on migrations. I've found many useful articles on Medium, which can embed code from Github repos, so that might be a nice way to go.
Thanks again

from flask-image-demo.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.