In the age of Online Education, online examination is a very essential application of EduTech industry. If you have appeared for some kind of online examination or competitive test, you…
Category: Flask
Invoice Online App is a common need of small to large businesses. It allows the users or customers to login into their account and see the status of the invoices…
The Flask Contact List App is a small project to allow a person to store the contacts information. This is the simple project for Flask coding beginners to understand how…
File uploading is an important task in a web application. An online admission portal requires students to upload their photograph and academic documents. A person applying for a job may…
HTTP is stateless so to transfer data between different pages in a web application it is passed through URLs and accessed via request object. Flask request GET and POST are…
Flask Web Development – Introduction Web development is the practice of creating interactive web applications. Web applications are dynamic applications and can be accessed through in a web browser. Flask…
Web applications are made user friendly by displaying appropriate data to users. The existing data can be fetched from database/tables and displayed in HTML tables, text boxes, list boxes or…
Online poll application is a preferred way to gather opinion of people on some burning questions. You might have participated in many of such opinion polls. So, if you are…
This web based online blood donation system is created with following assumptions- Display city wise availability of blood units in blood banks. When a donor donates blood in blood bank…
Overview There are many applications where you need to add certain products and wish to record the reviews and ratings of users. Flask PostgreSQL- Movie Review Project is such a…