Mobicoop V3 carpool matching service
Go to file
sbriat cde1760099 add default params, time transformer 2023-08-30 14:07:00 +02:00
ci add integration tests --check 2023-08-24 15:17:30 +02:00
prisma functional ad insert 2023-08-24 14:08:49 +02:00
src add default params, time transformer 2023-08-30 14:07:00 +02:00
.dockerignore first commit 2023-04-06 11:12:49 +02:00
.editorconfig first commit 2023-04-06 11:12:49 +02:00
.env.dist move matching services to ad module WIP 2023-08-29 17:28:38 +02:00
.env.test integration tests 2023-05-23 14:00:39 +02:00
.eslintrc.js first commit 2023-04-06 11:12:49 +02:00
.gitignore first commit 2023-04-06 11:12:49 +02:00
.gitlab-ci.yml fix integration tests 2023-05-23 17:20:16 +02:00
.prettierignore first commit 2023-04-06 11:12:49 +02:00
.prettierrc pretty pretty 2023-04-20 16:24:49 +02:00
Dockerfile change dockerfile 2023-04-24 13:49:50 +02:00
LICENSE first commit 2023-04-06 11:12:49 +02:00
README.md first commit 2023-04-06 11:12:49 +02:00
docker-compose.ci.service.yml first commit 2023-04-06 11:12:49 +02:00
docker-compose.ci.tools.yml test ci 2023-05-23 17:05:19 +02:00
docker-compose.yml first commit 2023-04-06 11:12:49 +02:00
jest-e2e.json first commit 2023-04-06 11:12:49 +02:00
nest-cli.json first commit 2023-04-06 11:12:49 +02:00
package-lock.json use strict null checks 2023-08-25 15:16:33 +02:00
package.json use strict null checks 2023-08-25 15:16:33 +02:00
tsconfig.build.json first commit 2023-04-06 11:12:49 +02:00
tsconfig.json fix base files for strict ts 2023-08-25 16:01:19 +02:00

README.md

Mobicoop V3 - Matcher

Mobility matching service for Mobicoop V3.

Requirements

You need Docker and its compose plugin.

You also need NodeJS installed locally : we strongly advise to install Node Version Manager and use the latest LTS version of Node (check that your local version matches with the one used in the Dockerfile).

The API will run inside a docker container, but the install itself is made outside the container, because during development we need tools that need to be available locally (eg. ESLint or Prettier with fix-on-save).