├── .gitignore ├── Linux └── README.md ├── Mac ├── Getting-Started-Setup-pics │ ├── Git1-Open_Install_Package.png │ ├── Git2-Use_Contextual_Menu_Open.png │ ├── Git3-Select_Open.png │ ├── Git4-Inroduction.png │ ├── Git5-Standard_Install.png │ ├── Git6-Enter_Password.png │ ├── Git7-Success.png │ ├── NodeJS1-Introduction.png │ ├── NodeJS2-License.png │ ├── NodeJS3-Accept_Terms.png │ ├── NodeJS4-Standard_Install.png │ └── NodeJS5-Summary.png └── README.md ├── PythonDjango.md ├── README.md ├── VS Code └── README.md └── Windows ├── Getting-Started-Setup-pics ├── Compass.png ├── Git01-License.PNG ├── Git02-Select_Destination.PNG ├── Git03-Check_for_Updates.PNG ├── Git04-Start_Menu.PNG ├── Git05-Default_Text_Editor_VIM.PNG ├── Git06-Default_Text_Editor_VSC.png ├── Git07-GitBash_and_CMD.PNG ├── Git08-HTTPS.PNG ├── Git09-Line_Endings.PNG ├── Git10-Terminal_Emulation.PNG ├── Git11-Extra_Options.PNG ├── MongoDB1.png ├── MongoDB2.png ├── MongoDB3.png ├── MongoDB4.png ├── MongoDB5.png ├── MongoDB6.png ├── NodeJS1-Setup_Wizard.PNG ├── NodeJS2-Accept_Terms.PNG ├── NodeJS3-Select_Destination.PNG ├── NodeJS4-setup_DEFAULT.PNG ├── NodeJS5-Install.PNG ├── NodeJS6-Finish.PNG ├── VSC1-Setup_Wizard.PNG ├── VSC2-Accept_Terms.PNG ├── VSC3-Selectt_Destination.PNG ├── VSC4-Start_Menu.PNG ├── VSC5-Extra_Options.PNG ├── Yarn1-Setup_Wizard.PNG ├── Yarn2-Accept_Terms.PNG ├── Yarn3-Select_Destination.PNG └── Yarn4-Install.PNG └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/.gitignore -------------------------------------------------------------------------------- /Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Linux/README.md -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git1-Open_Install_Package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git1-Open_Install_Package.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git2-Use_Contextual_Menu_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git2-Use_Contextual_Menu_Open.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git3-Select_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git3-Select_Open.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git4-Inroduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git4-Inroduction.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git5-Standard_Install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git5-Standard_Install.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git6-Enter_Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git6-Enter_Password.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/Git7-Success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/Git7-Success.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/NodeJS1-Introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/NodeJS1-Introduction.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/NodeJS2-License.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/NodeJS2-License.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/NodeJS3-Accept_Terms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/NodeJS3-Accept_Terms.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/NodeJS4-Standard_Install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/NodeJS4-Standard_Install.png -------------------------------------------------------------------------------- /Mac/Getting-Started-Setup-pics/NodeJS5-Summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/Getting-Started-Setup-pics/NodeJS5-Summary.png -------------------------------------------------------------------------------- /Mac/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Mac/README.md -------------------------------------------------------------------------------- /PythonDjango.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/PythonDjango.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/README.md -------------------------------------------------------------------------------- /VS Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/VS Code/README.md -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Compass.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git01-License.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git01-License.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git02-Select_Destination.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git02-Select_Destination.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git03-Check_for_Updates.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git03-Check_for_Updates.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git04-Start_Menu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git04-Start_Menu.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git05-Default_Text_Editor_VIM.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git05-Default_Text_Editor_VIM.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git06-Default_Text_Editor_VSC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git06-Default_Text_Editor_VSC.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git07-GitBash_and_CMD.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git07-GitBash_and_CMD.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git08-HTTPS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git08-HTTPS.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git09-Line_Endings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git09-Line_Endings.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git10-Terminal_Emulation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git10-Terminal_Emulation.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Git11-Extra_Options.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Git11-Extra_Options.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/MongoDB1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/MongoDB1.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/MongoDB2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/MongoDB2.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/MongoDB3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/MongoDB3.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/MongoDB4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/MongoDB4.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/MongoDB5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/MongoDB5.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/MongoDB6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/MongoDB6.png -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/NodeJS1-Setup_Wizard.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/NodeJS1-Setup_Wizard.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/NodeJS2-Accept_Terms.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/NodeJS2-Accept_Terms.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/NodeJS3-Select_Destination.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/NodeJS3-Select_Destination.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/NodeJS4-setup_DEFAULT.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/NodeJS4-setup_DEFAULT.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/NodeJS5-Install.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/NodeJS5-Install.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/NodeJS6-Finish.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/NodeJS6-Finish.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/VSC1-Setup_Wizard.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/VSC1-Setup_Wizard.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/VSC2-Accept_Terms.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/VSC2-Accept_Terms.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/VSC3-Selectt_Destination.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/VSC3-Selectt_Destination.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/VSC4-Start_Menu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/VSC4-Start_Menu.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/VSC5-Extra_Options.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/VSC5-Extra_Options.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Yarn1-Setup_Wizard.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Yarn1-Setup_Wizard.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Yarn2-Accept_Terms.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Yarn2-Accept_Terms.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Yarn3-Select_Destination.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Yarn3-Select_Destination.PNG -------------------------------------------------------------------------------- /Windows/Getting-Started-Setup-pics/Yarn4-Install.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/Getting-Started-Setup-pics/Yarn4-Install.PNG -------------------------------------------------------------------------------- /Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloominstituteoftechnology/Getting-Started/HEAD/Windows/README.md --------------------------------------------------------------------------------