Skip to content

TheBoyRoy05/ShootYoShot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoot Yo' Shot

Getting Started

Running the backend scripts

To run the backend server, you need first cd into the backend directory using cd Backend. Then you need to activate the environment using bash venv/bin/activate on Mac/Linux and bash venv\Scripts\activate on Windows.

Now you need to install your backend dependencies before running your backend server using pip install -r requirements.txt. To save any new dependencies, you can run pip freeze > requirements.txt.

Now you can run your backend server using uvicorn app:app --reload.

Running the frontend

Simply cd Frontend and run npm install and npm run dev to run the frontend in development mode.

About

Basketball Free Throw Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •