This is a prototype react native app for Proto-Drive Hackathon. The tech Stack is MongoDb, Express.js and Node.js for Backend, and React Native for frontend.
To use the app, follow these steps:
- Clone this repository to your local computer.
- Run
npm install
to install all the dependencies. - Add the API Base Url in the
.env
file - Please contact me personally for the API base URL. - Run
npm start
. - Install Expo Go on your Android device to scan the QR Code and run the app on your mobile in development mode.