Skip to content

Yuting-H/DeltaHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeltaHacks

Running the app

Running the frontend

cd ./client

npm install

npm run dev

Running the server

cd ./server
pip install requirements.txt
python -m venv venv
venv\Scripts\activate

Install a web server, I use uvicorn,

for windows:

pip install uvicorn[standard]
venv\Scripts\activate
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors