git clone https://github.com/shseah601/MallDirectory.git
cd MallDirectory
npm install //installing all required packages
react-native run-android //windows
git pull
git checkout -b samplebranch
//modify files
//test
git add .
git commit -m "Modified the sample page"
git checkout master
git merge samplebranch
git push https://github.com/shseah601/MallDirectory.git master
Just send an issue for the WEB API file. Missing file: shops.py, WEB_API.py
- Execute PyCharm on your computer.
- Run the shops.py for shops database.
- Run WEB API in PyCharm and DO NOT close PyCharm because this will run a web server on your computer using PyCharm.