follow the sheets, similar questions asked, nice guys
- - Show Id
- - Checksum
- - explain folder Structure
- - explain models.py thoroughly
- - explain admin_dashboard.html and route of admin dashboard
- - jinja2 template
- - method = post, get (technical difference also)
- - http status codes
- - render template and redirect difference
- - Code changes -> Password validation (Password must contain one capital, one small, one number).
- - Code changes -> Change the services table and make it order by name instead of id and then price (high to low)
- - what is @app.route ? and what @ means
- -diff btw sqlalchemy vs flask-sqlalchemy
- -show er diagram and what are primary key and foreign key