Mobicoop V3 carpool matching service
Go to file
sbriat c396da77fc add default timezone 2023-04-12 08:47:38 +02:00
ci first commit 2023-04-06 11:12:49 +02:00
prisma create module 2023-04-06 14:21:43 +02:00
src add default timezone 2023-04-12 08:47:38 +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 add default timezone 2023-04-12 08:47:38 +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 first commit 2023-04-06 11:12:49 +02:00
.prettierignore first commit 2023-04-06 11:12:49 +02:00
.prettierrc first commit 2023-04-06 11:12:49 +02:00
Dockerfile first commit 2023-04-06 11:12:49 +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 first commit 2023-04-06 11:12:49 +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 add geography request 2023-04-11 16:28:22 +02:00
package.json add geography request 2023-04-11 16:28:22 +02:00
tsconfig.build.json first commit 2023-04-06 11:12:49 +02:00
tsconfig.json first commit 2023-04-06 11:12:49 +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).