Demo of tg cloud full stack
-
Clone the repo
git clone <repo_url>
-
navigate to front directory and install node_modules
cd front npm i```
-
Run the front end code
npm start
-
Navigate to middleware directory and run the python virtual enviroment
cd ../middleware source venv/bin/activate```
-
Create a TigerGraph Cloud Solution and make the credential python file contains HOST, USERNAME, PASSWORD, and GRAPHNAME
-
Install the libraries and run the middleware
pip3 install -r requirements.txt uvicorn main:app --reload```