Skip to content

ShreyasAndurlekar/t-Indicator

Repository files navigation

t-Indicator

Installation Guide

  1. Install Node.js and it's package manager if it doesn't get installed with it

    sudo apt install nodejs
    sudo apt install npm
  2. Download the repository

    git clone https://github.com/ShreyasAndurlekar/bus
    cd bus
  3. Install dependencies and run development server

    npm i expo@latest
    npx expo install --fix
    npm install
    npm start

Installation Guide For Backend

  1. Download the Express Server and install it's dependencies

     git clone -b database https://github.com/ShreyasAndurlekar/bus
     cd bus
     npm install
  2. Start the backend server

     node index.js
  3. Required API Keys

  • Google Maps API
  • MongoDB Database URI
  • For frontend, use development server's URL as API ( http://localhost:5000 )

Build APK

  1. Download EAS and run the build command
    npm install -g eas-cli
    eas login
    eas build --platform android

About

Similiar to m-Indicator, I made an app for people who use TMT's bus services.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors