This is a server, built with express, that returns a crossword on the route /
git clone git@github.com:Jean-Baptiste-DP/mots-croises-generateur.git
npm install
npm start
npm test
By default, the server is running on port 10206, it can be changed in the .env file.
The default language use is the French, this repository also contain English words. It can be changed in the .env file.
If you want to use this generator for another language, it's possible to do that, just check the triListe.js file for instruction.
This is a microservice of a project named Mots-croisés, which is a WebApplication. You can find here the front and the back repositories of this project.