Skip to content

Georgia Tech Athletic Innovation Hack -- Developed a web application with React JS to determine best defensive positions (infield and outfield) for softball based on past hit locations recorded by clicks and stored in a database

Notifications You must be signed in to change notification settings

roger-n/athletic-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit to Brad Traversey for the boilerplate code

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Set up environment variables
create file '.env'
paste this inside:
MONGODB_URI = mongodb:https://test:[email protected]:27017,gtprojects-shard-00-01-lifqz.mongodb.net:27017,gtprojects-shard-00-02-lifqz.mongodb.net:27017/test?ssl=true&replicaSet=GTProjects-shard-0&authSource=admin&retryWrites=true

# Server runs on https://localhost:5000 and client on https://localhost:3000

About

Georgia Tech Athletic Innovation Hack -- Developed a web application with React JS to determine best defensive positions (infield and outfield) for softball based on past hit locations recorded by clicks and stored in a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published