Store Svnit
1.0.0
This application is usefull for online shopping. Basically it's similar as E-commerce application.
You can download this app from Google Drive install it in your devices and check it. Link : https://drive.google.com/file/d/1AafKwyxC6dpw2w3i-POezT0rLWxLOt3u/view?usp=drive_link
git clone https://github.com/Tirth29/Store-Svnit.git
cd Store-Svnit
cd Front_EndMake a new branch
git checkout -b branch-nameTo start the application
expo startYou get the QR Code,download Expo go application scan this in it and you can watch in your mobile phone or you can start in android studio as well
For backend
cd ./Back_End npm run devIf there is a need to change a backend, environment variables example file provided in Back_End folder check it once and assign your details to that variables.
Happy coding ?