This repository contains the backend for the BusTracker website, an IoT-based system designed to track and display real-time bus locations and statuses.
BusTracker enables users to monitor buses in real time through a web interface. This backend handles data collection, processing, and API endpoints for the frontend application.
- RESTful API for bus tracking data
- Real-time updates of bus locations
- Integration with IoT devices or data sources
- Built with JavaScript
backend/ ├── [source files] └── [configuration files]
- Node.js
- npm or yarn
-
Clone the repository: git clone https://github.com/ArnavSharma005/BusTracker.git cd BusTracker/backend
-
Install dependencies: npm install
or yarn install
npm start
or yarn start
By default, the backend server will start on the configured port (see your configuration files).
The backend can be deployed on platforms such as Vercel or any Node.js-compatible hosting provider.
- Frontend Repo: BusTracker Web App
- Project Report: click here
- Fork this repository
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/YourFeature) - Open a pull request
For questions or support, please open an issue in this repository.