Skip to content

An app project where the user can add song ratings to list. The user can create a new account or log into an existing one to access the database of their ranked songs

Notifications You must be signed in to change notification settings

kbeliauski/music-app-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An app project where the user can add song ratings to list. The user can create a new account or log into an existing one to access the database of their ranked songs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published