Skip to content

Commit 9c4c917

Browse files
kstrassheimKonstantin Strassheim
andauthored
fixed up readme and removed axios (#5)
Co-authored-by: Konstantin Strassheim <[email protected]>
1 parent 431ec2b commit 9c4c917

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ The app which fulfills the following requirements for a
1111

1212
## Prerequisites
1313
Here are the prerequisites that you have to install before running the app
14-
1. The app requires python3 to be installed on the machine with venv. To install it on on Ubuntu (WSL) just type. On Windows just install from windows store https://apps.microsoft.com/detail/9PNRBTZXMB4Z?hl=en-us&gl=CH&ocid=pdpshare
14+
1. The app requires python3 to be installed on the machine with venv. To install it on on Ubuntu (WSL) just type. On Windows just install from windows store https://apps.microsoft.com/detail/9PNRBTZXMB4Z?hl=en-us&gl=CH&ocid=pdpshare and download and install NodeJS from official site https://nodejs.org/en/download
1515
```
1616
sudo apt update
17-
sudo apt install python3 python3-venv python3-pip
17+
sudo apt install python3 python3-venv python3-pip nodejs npm
1818
```
1919
2. Then clone the repository
2020
3. Go into the backend folder `cd ./backend`

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"axios": "^1.8.3",
1413
"react": "^19.0.0",
1514
"react-dom": "^19.0.0",
1615
"react-router-dom": "^6.2.1"

0 commit comments

Comments
 (0)