├── .gitignore ├── DBMS ├── Architecture.md ├── Dbms.md └── mysql.md ├── Flask and Login and Regisert Mysql ├── app.py ├── mysql-workbench.sql └── templates │ ├── index.html │ ├── login.html │ └── register.html ├── Flask and Mongodb ├── app.py ├── mondobb_insert.py └── templates │ └── index.html ├── Flask and Mysql ├── app.py ├── mysql.sql └── templates │ └── index.html ├── Hello.js ├── LICENSE ├── MongoDB.md ├── Mysql, MangoDB vs Vscode ├── 4419a0e14e49e2d0bd8cd0e99472f0626911cc67_hq (1).gif.crdownload ├── Screenshot 2023-12-22 084930.png ├── Screenshot 2023-12-22 084957.png ├── Screenshot 2023-12-22 085059.png ├── Screenshot 2023-12-22 085219.png ├── Screenshot 2023-12-22 085302.png ├── Screenshot 2023-12-22 085311.png ├── Screenshot 2023-12-22 085425.png ├── Screenshot 2023-12-22 085457.png ├── Screenshot 2023-12-22 085620.png ├── Screenshot 2023-12-22 085725.png ├── Screenshot 2023-12-22 085808.png ├── Screenshot 2023-12-22 090040.png ├── Screenshot 2023-12-22 090125.png ├── Screenshot 2024-01-29 101955.png ├── Screenshot 2024-01-29 103328.png ├── Screenshot 2024-01-29 103342.png ├── Screenshot 2024-01-29 103420.png ├── Screenshot 2024-01-29 103500.png ├── Screenshot 2024-01-29 103920.png ├── Screenshot 2024-01-29 105334.png ├── header-hero.png └── spy-x-family-anya-heh.gif ├── README.md ├── Screenshot 2024-03-17 103108.png ├── Screenshot 2024-03-17 103130.png ├── Screenshot 2024-03-18 220357.png ├── Screenshot 2024-03-18 223007.png ├── Screenshot 2024-03-18 232009.png ├── Screenshot 2024-03-18 232052.png ├── Screenshot 2024-03-18 232542.png ├── Screenshot 2024-03-18 233925.png ├── Screenshot 2024-03-18 234051.png ├── Screenshot 2024-03-18 234211.png ├── Screenshot 2024-03-19 000152.png ├── a.py ├── mysq.md └── yolo.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/.gitignore -------------------------------------------------------------------------------- /DBMS/Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/DBMS/Architecture.md -------------------------------------------------------------------------------- /DBMS/Dbms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/DBMS/Dbms.md -------------------------------------------------------------------------------- /DBMS/mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/DBMS/mysql.md -------------------------------------------------------------------------------- /Flask and Login and Regisert Mysql/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Login and Regisert Mysql/app.py -------------------------------------------------------------------------------- /Flask and Login and Regisert Mysql/mysql-workbench.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Login and Regisert Mysql/mysql-workbench.sql -------------------------------------------------------------------------------- /Flask and Login and Regisert Mysql/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Login and Regisert Mysql/templates/index.html -------------------------------------------------------------------------------- /Flask and Login and Regisert Mysql/templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Login and Regisert Mysql/templates/login.html -------------------------------------------------------------------------------- /Flask and Login and Regisert Mysql/templates/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Login and Regisert Mysql/templates/register.html -------------------------------------------------------------------------------- /Flask and Mongodb/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Mongodb/app.py -------------------------------------------------------------------------------- /Flask and Mongodb/mondobb_insert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Mongodb/mondobb_insert.py -------------------------------------------------------------------------------- /Flask and Mongodb/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Mongodb/templates/index.html -------------------------------------------------------------------------------- /Flask and Mysql/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Mysql/app.py -------------------------------------------------------------------------------- /Flask and Mysql/mysql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Mysql/mysql.sql -------------------------------------------------------------------------------- /Flask and Mysql/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Flask and Mysql/templates/index.html -------------------------------------------------------------------------------- /Hello.js: -------------------------------------------------------------------------------- 1 | hello World 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/LICENSE -------------------------------------------------------------------------------- /MongoDB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/MongoDB.md -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/4419a0e14e49e2d0bd8cd0e99472f0626911cc67_hq (1).gif.crdownload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/4419a0e14e49e2d0bd8cd0e99472f0626911cc67_hq (1).gif.crdownload -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 084930.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 084930.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 084957.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 084957.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085059.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085219.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085302.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085311.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085425.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085457.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085457.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085620.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085620.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085725.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085725.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 085808.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 090040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 090040.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 090125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2023-12-22 090125.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 101955.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 101955.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103328.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103328.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103342.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103420.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103420.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103500.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103920.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 103920.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 105334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/Screenshot 2024-01-29 105334.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/header-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/header-hero.png -------------------------------------------------------------------------------- /Mysql, MangoDB vs Vscode/spy-x-family-anya-heh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Mysql, MangoDB vs Vscode/spy-x-family-anya-heh.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot 2024-03-17 103108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-17 103108.png -------------------------------------------------------------------------------- /Screenshot 2024-03-17 103130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-17 103130.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 220357.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 220357.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 223007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 223007.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 232009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 232009.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 232052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 232052.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 232542.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 232542.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 233925.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 233925.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 234051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 234051.png -------------------------------------------------------------------------------- /Screenshot 2024-03-18 234211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-18 234211.png -------------------------------------------------------------------------------- /Screenshot 2024-03-19 000152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/Screenshot 2024-03-19 000152.png -------------------------------------------------------------------------------- /a.py: -------------------------------------------------------------------------------- 1 | Hello Python 2 | -------------------------------------------------------------------------------- /mysq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gurupatil0003/Mysql-and-MongoDB/HEAD/mysq.md -------------------------------------------------------------------------------- /yolo.js: -------------------------------------------------------------------------------- 1 | console.log("Fork The Yolo Badge") 2 | --------------------------------------------------------------------------------