Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 525 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 525 Bytes

Rating Music APP w/ React Native by Kiryl Beliauski

Run django in django-music-project folder with :

python3 -m venv my-venv
source my-venv/bin/activate.fish
pip3 install Django
pip3 install djangorestframework
python3 -m pip install djangorestframework-simplejwt
python3 -m pip install django-cors-headers
python3 manage.py runserver

Then, in your browser, go to:

http://127.0.0.1:8000/musicapp/

Run React Native in music-rating-app-react-native folder with:

npm start