-
Install Node.js and it's package manager if it doesn't get installed with it
sudo apt install nodejs sudo apt install npm
-
Download the repository
git clone https://github.com/ShreyasAndurlekar/bus cd bus -
Install dependencies and run development server
npm i expo@latest npx expo install --fix npm install npm start
-
Download the Express Server and install it's dependencies
git clone -b database https://github.com/ShreyasAndurlekar/bus cd bus npm install -
Start the backend server
node index.js
-
Required API Keys
- Google Maps API
- MongoDB Database URI
- For frontend, use development server's URL as API ( http://localhost:5000 )
- Download EAS and run the build command
npm install -g eas-cli eas login eas build --platform android