FRC Team 9709 Scouting System
The project is ran on two different "servers", the react dev server and the express API server. Each server is coded in Javascript using two different types of frameworks, Express.JS and React.JS.
The API server is a simple but functional API server coded in Node.JS using the Express.JS framework. All API calls are public and all data input is protected via a session token and cookie that is generated at login. A MySQL server is the data store for all event data and any other misc. data that is needed for the project.
The React server is development server that comes with a create-react-app and is purly for developmental use, or in our case production due to the simplicty of our project.
- Match Scouting System
- Pit Scouting System
- Detailed Scouting Results Page
Contact Ethen Brandenburg at: [email protected] or use the Pull Requests
- CD into directory (frontend, server)
- npm -i (install dependencies, only first time setup)
- npm start for each server individually.
- Play With React!