Skip to content

Jean-Baptiste-DP/mots-croises-generateur

Repository files navigation

Générateur de mots croisés - Cross word generator

This is a server, built with express, that returns a crossword on the route /

Installation

git clone git@github.com:Jean-Baptiste-DP/mots-croises-generateur.git
npm install

Run server

npm start

Run tests

npm test

Change parameters

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.

Project

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.