https://github.com/woxy-sensei/moonstar7444-match-scouting
This project is a scouting application for FIRST Robotics Competition (FRC) matches. The application allows teams to assess other teams and track match statistics.
https://github.com/woxy-sensei/moonstar7444-match-scouting
scotuing scout vue
Last synced: 3 months ago
JSON representation
This project is a scouting application for FIRST Robotics Competition (FRC) matches. The application allows teams to assess other teams and track match statistics.
- Host: GitHub
- URL: https://github.com/woxy-sensei/moonstar7444-match-scouting
- Owner: WoXy-Sensei
- License: mit
- Created: 2023-11-15T08:59:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:07:40.000Z (over 1 year ago)
- Last Synced: 2025-03-02T10:32:24.927Z (3 months ago)
- Topics: scotuing, scout, vue
- Language: Vue
- Homepage:
- Size: 664 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Match Scouting App
This project is a scouting application developed to track the performance of a team in FRC (FIRST Robotics Competition) matches.
## Features
- Collect and store data about matches.
- View and analyze scouting data for strategic decision-making.
- Mobile-friendly design for on-the-go scouting.## Screenshots

## Technologies Used
- Frontend: Vue.js
- Backend: TypeScript, Express
- Database: MongoDB## Prerequisites
Before running the application, make sure you have the following installed:
- Node.js
- npm (Node Package Manager)## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/WoXy-Sensei/moonstar7444-match-scouting
```2. Navigate to the project directory:
```bash
cd pit-scouting-app
```3. Install dependencies for both frontend and backend:
```bash
cd frontend
npm install
``````bash
cd ../backend
npm install
```## Contributing
If you'd like to contribute to this project, please follow these steps:
Open an issue to discuss proposed changes or new features.
Fork the repository and create a new branch.
Make your changes and submit a pull request.## License
This project is licensed under the MIT License.