Initial Release
IRIS-FlaskBlog Application is a real-world application that leverages the functionality of Flask web framework, SQLALchemy ORM, and InterSystems IRIS.
The application contains user registration and authentication with the help of Flask-Login python library, a responsive user interface to create and edit posts.
Flask: A micro web framework for Python that allows you to build web applications quickly and efficiently.Conduit.
SQLAlchemy: An Object-Relational Mapping (ORM) library that provides a high-level, Pythonic interface for interacting with databases.
InterSystems IRIS: A high-performance, data platform that combines a powerful database with integration, analytics, and AI capabilities.
git clone https://github.com/mwaseem75/IRIS-FlaskBlog.git
docker-compose build
docker-compose up -d
To run the application Navigate to http://localhost:4040
To register a user, Click on Sign Up link
Once registered, the user will log in automatically, To sign out click on the User Name link and then click on Sign out.
In order to log in, click on sign in link
From the home page, click on Create a Post button to create a post.
Enter the title, Content, and Related Tags and save the post.
Click on the title or on the content of the post in order to Edit or Delete a Post, or Like or add comments to the post.
In order to modify the Post, click on Edit Post from the view post page
Click on Post User to list down all the posts related to users or click on a Tag to list all the related posts.
SQLALchemy will create below tables:
To view table details, navigate to
http://localhost:52775/csp/sys/exp/%25CSP.UI.Portal.SQL.Home.zen?$NAMESPACE=USER#
Dmitry Maslennikov for sqlalchemy-iris liabrary (An InterSystems IRIS dialect for SQLAlchemy ) which was helpful to connect with IRIS