Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/woxy-sensei/moonstar7444-pit-scouting
- Owner: WoXy-Sensei
- License: mit
- Created: 2024-01-24T19:48:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T19:48:51.000Z (11 months ago)
- Last Synced: 2024-12-07T14:44:47.410Z (27 days ago)
- Topics: scout, scouting, vue
- Language: Vue
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.