You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This server has API endpoints supporting the application. Here's how you run this component individually.
3
4
4
5
1. cd to server and follow the below steps based on your OS:
5
6
6
7
### On Mac
8
+
7
9
The first time you want to run this code, you will need to:
10
+
8
11
1. Create a virtual environment: <code>python3 -m venv venv</code>
9
-
2. Activate virtual environment:
10
-
* On Mac or Linux: <code>source venv/bin/activate</code>
12
+
2. Activate virtual environment:
13
+
- On Mac or Linux: <code>source venv/bin/activate</code>
11
14
3. Install dependencies into the virtual environment: <code>pip3 install -r requirements.txt</code>
12
15
13
16
On all subsequent runs, you will need to:
14
-
1. Activate virtual environment:
15
-
* On Mac or Linux: <code>source venv/bin/activate</code>
17
+
18
+
1. Activate virtual environment:
19
+
- On Mac or Linux: <code>source venv/bin/activate</code>
16
20
2. Run the development server:
17
-
* On Mac or Linux: <code>bash run_dev_server.sh</code>
21
+
- On Mac or Linux: <code>bash run_dev_server.sh</code>
18
22
19
23
### On Windows
20
-
The first time you want to run this code, you will need to:
21
-
3. Install Git Bash (if not already installed) and in VS code open the terminal of type Git Bash
22
-
4. Create a virtual environment: <code>py -m venv venv</code>
23
-
5. Activate virtual environment:
24
-
* On Windows: <code>source venv/Scripts/activate</code>
24
+
25
+
The first time you want to run this code, you will need to: 3. Install Git Bash (if not already installed) and in VS code open the terminal of type Git Bash 4. Create a virtual environment: <code>py -m venv venv</code> 5. Activate virtual environment:
26
+
27
+
- On Windows: <code>source venv/Scripts/activate</code>
28
+
25
29
6. Install dependencies into the virtual environment: <code>pip install -r requirements.txt</code>
26
30
27
-
On all subsequent runs, you will need to:
28
-
7. Activate virtual environment:
29
-
* On Windows: <code>source venv/Scripts/activate</code>
31
+
On all subsequent runs, you will need to: 7. Activate virtual environment:
32
+
33
+
- On Windows: <code>source venv/Scripts/activate</code>
0 commit comments