You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a template for a web app using Flask and MongoDB. It uses Flask-Login for authentication, Flask-Pymongo for the database connection, Flask-Bcrypt for password hashing and Flask-Talisman for security. The front-end uses Bootstrap and Font Awesome. The app features user verification by email, basic note recording and messaging between users.
I have created this blog site serving main feature i.e. CRUD operation along with many other features using different flask libraries such as Blueprints, and many more.
Multi-user web application that streamlines the interaction between Service Professionals, Customers, and an Administrator, providing a platform that offers comprehensive home servicing solutions.
Allow seamless communication between client and developer to create new projects. Admin can create a new project assign a developer and assign the owner of the project. The owner can see the project progress and chat with admin as well. After project completion, admin can request payment as well.
The Student Attendance Management System allows admins to manage teachers and students and assign classes and class arms to students and teachers. Teachers can log in and mark student attendance. Students can use face recognition to mark their attendance.
Allowing Vendors to sell their services to customers. Vendor can choose their profile and fill in the data required to make a profile. With the ability of a bookingcalender customers and vendors can easily see when the booking is available and when not . Vendors can set rrefund policies and manage customer order by accepting, rejecting and so on
A blogging website that is built by Flask and is written in Python. It uses SQLite to save data in a database and Flask to take care of the server. The passwords saved in the database are hashed by Flask Bcrypt