forked from RAJANI9/aws-live
-
Notifications
You must be signed in to change notification settings - Fork 0
devopsdump/aws-live
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
sudo apt-get update
# For Sql-client
sudo apt-get install mysql-client
# For python and related frameworks
sudo apt-get install python3
sudo apt-get install python3-flask
sudo apt-get install python3-pymysql
sudo apt-get install python3-boto3
# for running application
sudo python3 Empapp.py
# My Sql
CREATE TABLE IF NOT EXISTS employee (
emp_id INT PRIMARY KEY,
first_name VARCHAR(50),
last_name VARCHAR(50),
pri_skill VARCHAR(50),
location VARCHAR(50)
);
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 59.8%
- Python 40.2%