An open API service indexing awesome lists of open source software.

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.

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

![image1](https://i.hizliresim.com/2m6iqhu.png)
![image2](https://i.hizliresim.com/irflh2l.png)

## 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.