Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/woxy-sensei/moonstar7444-pit-scouting

This application is a Pit Scouting tool for collecting and managing data during robotics competitions. It consists of a Vue.js frontend for mobile devices and a TypeScript Express backend.
https://github.com/woxy-sensei/moonstar7444-pit-scouting

scout scouting vue

Last synced: 26 days ago
JSON representation

This application is a Pit Scouting tool for collecting and managing data during robotics competitions. It consists of a Vue.js frontend for mobile devices and a TypeScript Express backend.

Awesome Lists containing this project

README

        

# Pit Scouting App

This application is a Pit Scouting tool for collecting and managing data during robotics competitions. It consists of a Vue.js frontend for mobile devices and a TypeScript Express backend.

## Features

- Collect and store data about robot performance.
- View and analyze scouting data for strategic decision-making.
- Mobile-friendly design for on-the-go scouting.

## Screenshots

![image1](https://i.hizliresim.com/bdb0tva.png)
![image2](https://i.hizliresim.com/h95h83r.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-pit-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.