Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosassebastian2003/oracle_scoutwebapp
FRC scout app powered by The Blue Alliance which aims to be a tool for scouts by helping them gather specific team data as well as generating statistics and match predictions
https://github.com/rosassebastian2003/oracle_scoutwebapp
frc frc-scouting tba-api
Last synced: 16 days ago
JSON representation
FRC scout app powered by The Blue Alliance which aims to be a tool for scouts by helping them gather specific team data as well as generating statistics and match predictions
- Host: GitHub
- URL: https://github.com/rosassebastian2003/oracle_scoutwebapp
- Owner: RosasSebastian2003
- Created: 2024-01-06T07:26:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T20:46:53.000Z (10 months ago)
- Last Synced: 2024-10-16T19:25:28.081Z (2 months ago)
- Topics: frc, frc-scouting, tba-api
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oracle_ScoutWebApp
## Colaborators
- Sebastian Rosas Maciel
- Borja Matinez Ramirez
## About the Project## What you Will Find
- Oracle:
- Prototype_testing:## How to Run the WebApp
### Prerequisites
- Install pipenv, you can do so by running the following line in a bash terminal
```bash
pip install pipenv
```
### First Steps
You should start pipenv shell in order for the project's dependencies to load, you can do so by running the following command in your terminal:
```bash
pipenv shell
```
This will start the virtual environment, now, navigate into the Oracle folder containning the manage.py file, if you are in the main folder (Oracle_ScoutingApp) run the following:
- To change directory
```bash
cd Oracle
```
- To check if you are in the correct Oracle folder, you should see manage.py listed:
```bash
ls
```
- Now, to start the server run:
```bash
python3 manage.py runserver
```