BikeTrack Telemetry is a web application built to track telemetry data from bicycles. It provides a platform for cyclists to monitor and analyze their rides, including metrics such as speed, distance, and route information.
To run this project locally, you'll need to have Node.js, React, and MongoDB installed on your machine.
- Navigate to the
backend
directory. - Install dependencies using
npm install
. - Start the server using
npm start
. - The server should now be running on
http://localhost:5000
.
- Navigate to the
frontend
directory. - Install dependencies using
npm install
. - Start the development server using
npm start
. - The frontend should now be accessible at
http://localhost:3000
.
- Node.js
- React
- MongoDB
- Track and monitor telemetry data from bicycle rides.
- Analyze ride metrics such as speed, distance, and route information.
- User-friendly interface for easy navigation and data visualization.
To install this project, follow these steps:
- Clone the repository.
- Install backend dependencies using
npm install
in thebackend
directory. - Install frontend dependencies using
npm install
in thefrontend
directory. - Start the backend server using
npm start
. - Start the frontend development server using
npm start
.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.