/conjugaison

Table of French verb conjugation

Primary LanguageKotlinCreative Commons Zero v1.0 UniversalCC0-1.0

Little table of French verb conjugation

Running the demo app

Assuming you have docker and npm installed, you should do the following.

First start the backend service:

cd service
./gradlew bootJar
sudo docker compose up --build --detach

Then run npm start inside react-client.

You can open the web app at http://localhost:3000/

web app

Visit http://localhost:8080/graphiql to play with the GraphQL API

graphiql

Conjugation data

The conjugation data comes from service/mongodb/mongo-dump.json.

It was scrapped from various sources. Feel free to use it in your projects or suggest additions / corrections.

API Schema