From 36b150df913bbe5d73fade1aa2fd58b7cce0e6ab Mon Sep 17 00:00:00 2001 From: Konstantin Strassheim Date: Sun, 16 Mar 2025 09:25:40 +0100 Subject: [PATCH] fixed up readme and removed axios --- README.md | 4 ++-- frontend/package.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5def162..0f2a709 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ The app which fulfills the following requirements for a ## Prerequisites Here are the prerequisites that you have to install before running the app -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 +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 ``` sudo apt update -sudo apt install python3 python3-venv python3-pip +sudo apt install python3 python3-venv python3-pip nodejs npm ``` 2. Then clone the repository 3. Go into the backend folder `cd ./backend` diff --git a/frontend/package.json b/frontend/package.json index 4c47392..b7f15b0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,6 @@ "preview": "vite preview" }, "dependencies": { - "axios": "^1.8.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^6.2.1"