From 33330d0c9be168fc319aae9570be3b4cf54af053 Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Mon, 10 Jun 2024 14:27:04 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D1=87=D0=B8=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=80=D0=B8=D0=B4=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index 7b929cd..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,32 +0,0 @@ -# ITRadio Project - -## ITRadio Backend - - -1. Start the virtual environment: - ``` - pip install -r requirements.txt - ``` -2. cd - ``` - cd ITRadioBackend - ``` -3. Run the server: - ``` - python manage.py runserver - ``` - -## ITRadio Frontend - -To run the frontend, navigate to the `ITRadioFrontend` directory and run the development server: - -```bash -cd ITRadioFrontendVue/ITRadioFrontend -npm run dev -``` - -## AzuraCast -AzuraCast is used in this project. For installation and getting started, visit the AzuraCast Documentation. -https://www.azuracast.com/docs/getting-started/installation/ - -