Skip to content
/ jelly Public

AI-powered playground for FastAPI, GraphQL and Elasticsearch

License

Notifications You must be signed in to change notification settings

spyker77/jelly

Repository files navigation

A playground for FastAPI, GraphQL and Elasticsearch

Continuous Integration

The project is 80-90% built using AI tools as an experiment to see how this new way of solving software engineering problems can be incorporated into a traditional workflow, how it will impact developer productivity, and what this could mean for the future of programming.

Quick Start

Spin up the containers:

docker compose up -d --build

Open in your browser to see the GraphiQL: http://localhost:8000/graphql

To see the Kibana: http://localhost:5601

To run tests:

./scripts/run_tests.sh