- HTML
- CSS
- Bootstrap
- JavaScript
- Flask
- flask-sqlalchemy
- SQlite database
- flask-mail to send OTP for email verification
- Python 3.11.5
It is a product booking website where user can book products. It has signin and signup functionality using flask-login. Email verification is done using flask-mail while creating an account.
User have 5 attempts to enter the corrrect otp.
After user login if he is admin, admin page will be displayed, otherwise userpage will be displayed.
User have the functionality of selling product.
Here admin have the functionality of adding and removing product.
Here admin have the functionality of inline editing of product details .
Here admin have the functionality of adding and removing user.Password will be stored after hashing.
Here admin can remove user bookings.













