-
docker-compose up
-
create new virtual env, activate it , copy .env.sample as .env for neo4j connection creds
-
install items from requirements.txt, pip install -r requirements.txt
-
uvicorn main:app --reload
-
API to clone a public git repo - curl -X 'POST'
'http://127.0.0.1:8000/parse-repo/'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{ "repo_url": "https://github.com/shreshthgoyal/gitgraph-bck" }' -
List the identifiers curl -X GET http://127.0.0.1:8000/list-identifiers/
-
curl -X 'POST' \ 'http://127.0.0.1:8000/get-children-texts/?identifier_name=NameHere'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-
Notifications
You must be signed in to change notification settings - Fork 0
vineetshar/js-code-analyser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repo hosts python code which takes in javascript based github repo url, and analyses the code, breaks it down into a graph and pushes into neo4j
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published