subhashrgowda / employee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

step 1: install python and mysql step 2 : install Flask and mysql-connector in command prompt using cpommands pip install Flask pip install mysql-connector-python step 3: Create a file named app.py Create a folder named templates and inside it, create two HTML files: index.html and employees.html. Create a folder named static and inside it, create a CSS file named style.css and js file named script.js. step 4 : execute the app.py file in vs code ide.

About


Languages

Language:Python 34.5%Language:JavaScript 28.1%Language:HTML 25.2%Language:CSS 12.1%