This application is usefull for online shopping. Basically it's similar as E-commerce application.
- React-Native (FrontEnd)
- Node.js (BackeEnd)
- Express.js
- MongoDB (Database)
- Cloudinary
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
- Star the repository.
- Fork the repository. (Click the Fork button in the top right of this page, click your Profile Image)
- Clone the forked repository to your local machine.
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 😍