-
Spring Boot backend service : provides a GraphQL API; stores data in MongoDB.
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/
Visit http://localhost:8080/graphiql to play with the GraphQL API
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.