Skip to content

aerongcanlas/hack-utd-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hack-utd-2022

Clone and install dependencies: (Make sure you have git and git cli on your machine)

git clone https://github.com/aerongcanlas/HackUTD2022.git
cd HackUTD2022
cd client
npm i
cd .. 
cd flask-server
python -m venv venv
source venv/Scripts/activate
pip install Flask
pip install firebase_admin

Run client and server

Client

Go to client folder

npm run dev

Server

Go to flask-server folder

python server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published