Mobicoop V3 ad service
Go to file
Sylvain Briat 2399315e8a Merge branch 'testing' into 'main'
Testing

See merge request v3/service/ad!2
2023-05-04 13:36:12 +00:00
ci findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
prisma findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
src change user to ad 2023-05-04 13:33:28 +00:00
.dockerignore first commit 2023-05-03 13:43:21 +02:00
.editorconfig first commit 2023-05-03 13:43:21 +02:00
.env.dist install dependencies, create basic models 2023-05-03 17:31:26 +02:00
.eslintrc.js first commit 2023-05-03 13:43:21 +02:00
.gitignore first commit 2023-05-03 13:43:21 +02:00
.gitlab-ci.yml findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
.prettierignore first commit 2023-05-03 13:43:21 +02:00
.prettierrc first commit 2023-05-03 13:43:21 +02:00
Dockerfile install dependencies, create basic models 2023-05-03 17:31:26 +02:00
LICENSE first commit 2023-05-03 13:43:21 +02:00
README.md first commit 2023-05-03 13:43:21 +02:00
docker-compose.ci.service.yml findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
docker-compose.ci.tools.yml findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
docker-compose.yml install dependencies, create basic models 2023-05-03 17:31:26 +02:00
jest-e2e.json first commit 2023-05-03 13:43:21 +02:00
nest-cli.json first commit 2023-05-03 13:43:21 +02:00
package-lock.json findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
package.json findAdByUuid, functional basic AdModule 2023-05-04 12:07:53 +02:00
tsconfig.build.json first commit 2023-05-03 13:43:21 +02:00
tsconfig.json first commit 2023-05-03 13:43:21 +02:00

README.md

Mobicoop V3 - Ad

Ad 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).