This project is the creation of a small music streaming application with the back and front end.
mobil front end design : Chine WINONA YAHBA
You need to have react-native, node, docker and docker-compose
cd ./docMusic/
npm install
npx react-native start
Connect your android phone or emulator to your computer
npx react-native run-android
cd android/
./gradlew bundleRelease
cd ../
npx react-native run-android --variant=release
You can change the default value at './docMusic/env.js'
IP_SERVER : ip to access server
PORT_SERVER : port to access server
cd ./server/serverDocMusic/
npm install
npm start
go to your browser at 'http://127.0.0.1:3000/'
You can change the default value at './server/serverDocMusic/env.js'
PORT_LISTEN : port where the server listen
IP_ADDRESS_LISTEN : ip where the server listen
PORT_SERVER : port give by the server to access data
IP_SERVER : ip give by the server to access data
your server listen to IP_ADDRESS_LISTEN at PORT_LISTEN but to access to your server from outside your computer you have to go at 'http://' + IP_SERVER + ':' + 'PORT_SERVER' + '/'
cd ./server/
docker-compose up
check your database in your browser at 'http://localhost:8082/'








