File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 + [ Option 1 (** Recommended** )] ( #option-1-(**recommended**) )
1111 + [ Option 2 (Manual setup)] ( #option-2-(manual-setup) )
1212 * [ Setting up Python dependencies] ( #setting-up-python-dependencies )
13+ * [ Cloning repo] ( #cloning-repo )
1314- [ 1. Flask version] ( #1-flask-version )
1415 * [ Step 1: Setting up and starting the Flask server] ( #step-1-setting-up-and-starting-the-flask-server )
1516 * [ Step 2: Creating a connection to the MySQL db] ( #step-2-creating-a-connection-to-the-mysql-db )
@@ -179,6 +180,16 @@ All dependencies we need for this project are in ``requirements.txt``. To instal
179180pip install -r requirements.txt
180181```
181182
183+ ## Cloning repo
184+
185+ 1 . Go to the Documents folder (/home/kali/Documents).
186+ 2 . Next to clone the repo, execute the following command.
187+
188+ ``` bash
189+ git clone https://github.com/rohan-kadkol/Flask-Firebase-Chat.git
190+ ```
191+
192+
182193# 1. Flask version
183194
184195## Step 1: Setting up and starting the Flask server
You can’t perform that action at this time.
0 commit comments