Always git pull before starting
$ git clone <url>
$ cd dbms
$ nano .env
- PASSWORD = <password_to_postgres_user>
$ python app.py
- git add -A
- git commit -m "<user> <description>"
- git push -u origin master
if want to make a branch
- git checkout -b <branch_name>
- git add -A
- git commit -m "<message>"
- git push -u origin <branch_name>
- dropdowns for rollno etc
- show in templates all results
- shows gpa wise count of students
- css and formatting
- Admin tables in flask
- Students queries integrate in flask
- dropdowns