почистил ридми
This commit is contained in:
parent
0a3ec3e338
commit
33330d0c9b
32
README.md
32
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/
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue