Skip to content

Commit

Permalink
database organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
adenjonah committed May 15, 2024
1 parent 62ba7e1 commit 5c3d714
Show file tree
Hide file tree
Showing 8 changed files with 2,241 additions and 2,182 deletions.
1 change: 0 additions & 1 deletion .json

This file was deleted.

9 changes: 3 additions & 6 deletions run_lmcc_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@ install_python
# Install Python dependencies
install_python_dependencies

# Clone Repo
clone_tss

# Install npm dependencies
echo "Installing npm dependencies..."
npm install

# Start the server
echo "Starting the server with npm start..."
npm start &
# echo "Starting the server with npm start..."
# npm start &

# Start the FastAPI server
echo "Starting the FastAPI server with uvicorn..."
uvicorn server:app --host 0.0.0.0 --port 8000 --reload
uvicorn server.server:app --host 0.0.0.0 --port 8000 --reload
Loading

0 comments on commit 5c3d714

Please sign in to comment.