{"id":13609026,"url":"https://github.com/oslabs-beta/ArtemisQL","last_synced_at":"2025-04-12T17:33:44.363Z","repository":{"id":43910436,"uuid":"429927731","full_name":"oslabs-beta/ArtemisQL","owner":"oslabs-beta","description":"ArtemisQL is a GraphQL migration tool and database visualizer that empowers developers to build and implement GraphQL with ease.","archived":false,"fork":false,"pushed_at":"2022-02-13T20:17:22.000Z","size":47285,"stargazers_count":108,"open_issues_count":8,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T10:53:13.193Z","etag":null,"topics":["graphiql","graphql","graphql-migration-assistance","graphql-resolver","graphql-schema","graphql-typedefs","postgresql-database"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oslabs-beta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-19T20:36:16.000Z","updated_at":"2024-02-02T20:05:53.000Z","dependencies_parsed_at":"2022-09-16T01:24:21.928Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/ArtemisQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FArtemisQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FArtemisQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FArtemisQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FArtemisQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/ArtemisQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248605520,"owners_count":21132188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphiql","graphql","graphql-migration-assistance","graphql-resolver","graphql-schema","graphql-typedefs","postgresql-database"],"created_at":"2024-08-01T19:01:31.873Z","updated_at":"2025-04-12T17:33:39.348Z","avatar_url":"https://github.com/oslabs-beta.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"/client/assets/logo.png\" width=\"300\" \u003e\n  \u003ch1\u003eArtemis\u003cspan color=\"red\"\u003eQL\u003c/span\u003e\u003c/h1\u003e\n  \u003ch3\u003eA GraphQL migration tool and relational database visualizer\u003c/h4\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\u003c/div\u003e\n\n## 🔎 Overview\nArtemisQL is an open-source web application providing a SQL (Postgres) database GUI and custom-generated GraphQL schema (type defs, queries, mutations) and resolvers created by developers for developers, to ease the transition from REST to GraphQL. \n\nRead more on \u003ca href=\"https://medium.com/@helloartemisql/introducing-artemisql-2d39cf391437\"\u003eMedium.\u003c/a\u003e\u003cbr/\u003e\nAccelerated by \u003ca href=\"https://github.com/oslabs-beta/\" /\u003eOS Labs\u003c/a\u003e.\n\n## ⚙️ Getting Started\n### Visit \u003ca href=\"http://artemisql.io/\"\u003eArtemisQL.io\u003c/a\u003e to utilize the tool.\n\n#### Connect to a database\n* Input your PostgreSQL URI\n* OR use the sample database to view data rendered in an interactive diagram.\n\n\u003cimg src=\"client/assets/demo1.gif\" width=\"560\" height=\"400\" /\u003e\u003cbr /\u003e\n\n#### Visualize your data\n* Easily view the relationships between the tables via the links that highlight the foreign key constraints.\n* Move any table and arrange them to optimally view the structure of the database and the relationships between the tables.\n  \n\u003cimg src=\"client/assets/demo2.gif\" width=\"560\" height=\"400\" /\u003e\u003cbr /\u003e\n\n#### Generate GraphQL Schema\n* View the generated GraphQL schema, including the types and associated resolvers.\n* Use the copy button to effortlessly integrate the code into your project.\n\n\u003cimg src=\"client/assets/demo3.gif\" width=\"560\" height=\"400\" /\u003e\u003cbr /\u003e\n\n#### GraphQL Sandbox\n* Interactively construct full queries using the sample database.\n* Use the \"Docs\" to explore the possible queries, fields, types, mutations, and more.\n\n\u003cimg src=\"client/assets/demo4.gif\" width=\"560\" height=\"400\" /\u003e\u003cbr /\u003e\n\n## 🏗️ For Developers - How to Contribute\nWe would love for you to test our application and submit any issues you encouter. Please feel free to fork your own repository to and submit your own pull requests.\n\nHow you can contribute:\n- Submitting or resolving GitHub issues\n- Implementing features\n- Helping market our application\n\nPlease make sure you have the following:\n- [NodeJS](https://nodejs.org/en/)\n- [NPM ](https://www.npmjs.com/)\n\n1. Clone the repo.\n   ```sh\n   git clone https://github.com/oslabs-beta/ArtemisQL.git\n   ```\n2. Install the package dependencies.\n   ```sh\n   npm install\n   ```\n3. Create an `.env` file in the project root directory and initialize PG_URI constant. If you want to use your own PostgresQL database, feel free to put your URI here. If you would like to use our sample Starwars database, please contact us at helloartemisql@gmail.com.\n   ```sh\n   PG_URI= \n   ```\n4. To run the application in development mode, please run following command and navigate to http://localhost:8080/.\n\n   ```sh\n   npm run dev\n   ```\n\n5. To run the application in production mode, please run the following commands and navigate to http://localhost:3000/.\n   ```sh\n   npm start\n\n   npm run build\n   ```\n\n6. To run the application against our testing suite, please run the following command.\n   ```sh\n   npm run test\n   ```\n## 🧬 Built With\n\n- [React](https://reactjs.org/)\n- [React Flow](https://reactflow.dev/)\n- [React Router](https://reactrouter.com/)\n- [Material UI](https://mui.com/)\n- [GraphQL](https://graphql.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Node](https://nodejs.org/)\n- [Express](https://expressjs.com/)\n- [PostgreSQL](https://www.postgresql.org/)\n\n## 🤖 Developers\n\n[![JohnnyBryan][johnny-bryan-shield]][johnny-bryan-linkedin-url] \u003cbr/\u003e\n[![JenniferChau][jennifer-chau-shield]][jennifer-chau-linkedin-url] \u003cbr/\u003e\n[![JohnLin][john-lin-shield]][john-lin-linkedin-url] \u003cbr/\u003e\n[![TarasSukhoverskyi][taras-sukhoverskyi-shield]][taras-sukhoverskyi-linkedin-url]\n\n\n## License \nThis product is licensed under the MIT License.\n\n[contributors-shield]: https://img.shields.io/github/contributors/oslabs-beta/artemisql.svg?style=for-the-badge\n[contributors-url]: https://github.com/oslabs-beta/artemisql/graphs/contributors\n[stars-shield]: https://img.shields.io/github/stars/oslabs-beta/artemisql.svg?style=for-the-badge\n[stars-url]: https://github.com/oslabs-beta/artemisql/stargazers\n[issues-shield]: https://img.shields.io/github/issues/oslabs-beta/artemisql.svg?style=for-the-badge\n[issues-url]: https://github.com/oslabs-beta/artemisql/issues\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/company/artemisql\n\n[johnny-bryan-shield]: https://img.shields.io/badge/-Johnny%20Bryan-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[johnny-bryan-linkedin-url]: https://www.linkedin.com/in/john-bryan-10a3bbb9/\n[jennifer-chau-shield]: https://img.shields.io/badge/-Jennifer%20Chau-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[jennifer-chau-linkedin-url]: https://www.linkedin.com/in/jenniferchau512/\n[john-lin-shield]: https://img.shields.io/badge/-John%20Lin-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[john-lin-linkedin-url]: https://www.linkedin.com/in/john-lin-/\n[taras-sukhoverskyi-shield]: https://img.shields.io/badge/-Taras%20Sukhoverskyi-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[taras-sukhoverskyi-linkedin-url]: https://www.linkedin.com/in/taras-sukhoverskyi-628642145/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2FArtemisQL","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2FArtemisQL","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2FArtemisQL/lists"}