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
To start the application on Windows, run the provided batch file:
31
28
32
-
```bash
33
-
python3 -m venv venv
34
-
source venv/bin/activate
35
29
```
36
-
37
-
## Install the required dependencies
38
-
```bash
39
-
pip install -r requirements.txt
30
+
start_local-windows.bat
40
31
```
41
32
42
-
## Running the Application
33
+
#### macOS and Linux
34
+
To start the application on macOS or Linux, run the provided shell script:
43
35
44
-
```bash
45
-
flask run
46
36
```
37
+
./start_local-macos-linux.sh
38
+
```
39
+
40
+
## Accessing the Application
41
+
Open ```start_local-windows.bat``` (Windows) or ```start_local-mac.sh``` (mac/Linux). This is the local server. Once the local server is running, open your web browser and navigate to:
47
42
48
-
This will start the Flask server on http://127.0.0.1:5000. Navigate to this address in your web browser to interact with the application.
0 commit comments