Skip to content

Table of French verb conjugation

License

Notifications You must be signed in to change notification settings

abeshenov/conjugaison

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Languages

  • Kotlin 48.4%
  • TypeScript 41.2%
  • CSS 4.6%
  • HTML 3.3%
  • Dockerfile 1.8%
  • Shell 0.7%