- HTML : Markup
- CSS : Style the markup
- Python : Backend Programming
- flask : As a Backend framework to manage server
- jinja : As a web template engine for the Python
- SQLite : Database to store data
- sqlite3 module : A Driver to connect SQLite database with flask
- Open terminal
python3 main.py
- Check version of flask and python
flask --version
- You will see version of flask and corresponding python
- If you see python 2.x.x , then type
python2 main.py
- If flask is not installed
pip install flask
- Specific version of flask will be installed which is compitible with intsalled version of python
- This is compitible with any server that supports python and flask,jinja
- You can manage student details
- This is just a basic template, so it can be enhanced according to the requirements
- Live link : Go
- Screenshot: