MVC Application using Python, Flask and Jinja Template
In this article, I will develop a Model-View-Controller (MVC) application using Python Language with Flask Framework and Jinja Template.
In this article, I will develop a Model-View-Controller (MVC) application using Python Language with Flask Framework and Jinja Template.
In this article, I will develop a Microservice Application using Python Language with Flask Framework and SQLite Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.
Flask Framework will serve as back-end server and I will be using Relational Database known as SQLite Database, for persisting(storing) the data.
This article is the extension of the previous article.
In this article, I will be developing a Model-View-Controller (MVC) application using Java and Play Framework.
In this article, I will develop a Microservice Application using Dropwizard Framework and H2 Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.
Dropwizard Framework will serve as back-end server and I will be using Relational Database known as H2 Database, it is also known as an Embedded Java Database, for persisting(storing) the data.
In this article, I will be developing a Model-View-Controller (MVC) application using Spring Boot, H2 Database and Thymeleaf (Java Template Engine).
Spring Boot Framework will serve as back-end(created in Microservice Using Spring Boot, Hibernate and H2 Database, same code will be reused with few modifications).
I will be using the same Relational Database known as H2 Database, for persisting(storing) the data, used in the above mentioned project.
Thymeleaf (Java Template Engine) will be the User Interface (UI) for this application.
In this article, I will be developing a Model-View-Controller (MVC) application using Spring Boot, H2 Database and Java Server Pages (JSP).
Spring Boot Framework will serve as back-end(created in Microservice Using Spring Boot, Hibernate and H2 Database, same code will be reused with few modifications).
I will be using the same Relational Database known as H2 Database, for persisting(storing) the data, used in the above mentioned project.
Java Server Pages (JSP) will be the User Interface (UI) for this application.
In this article, I will develop a Microservice Application using Spring Boot Framework and MongoDB Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.
Spring Boot Framework will serve as back-end server and I will be using No SQL Database known as MongoDB Database for persisting(storing) the data.
In this article, I will develop a Microservice Application using Spring Boot Framework and H2 Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.
Spring Boot Framework will serve as back-end server and I will be using Relational Database known as H2 Database, it is also known as an Embedded Java Database, for persisting(storing) the data.