Skip to content
/ srdt Public template

Projet de création d'un assistant virtuel pour les services de renseignement en droit du travail

Notifications You must be signed in to change notification settings

SocialGouv/srdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assistant virtuel SRDT

Running with Docker

docker compose up -d --build

API

Configuration

cd api # to go to the api directory
cp .env.example .env # and set your own env variable
make install # for installing hooks and the dependencies

Commands

poetry run ingest # for launching the ingestion of data
poetry run api # for launching the API

Lint, format and type checking

poetry run ruff check --fix # for checking and fixing
poetry run ruff format # for formatting
poetry run pyright # for type checking
poetry run pre-commit run --all-files # for running all the checks

Web

Configuration

cd web # to go to the web directory
cp .env.example .env # and set your own env variable

Commands

yarn install --frozen-lockfile # for installing the dependencies
yarn build # for building the web app
yarn build:standalone # scripts used for building app for standalone usage
yarn dev # for running the web app in development mode
yarn start # for running the web app in production mode
yarn start:standalone # scripts used for running app for standalone usage

Lint, format and type checking

yarn type-check # for type-checking
yarn lint # for linting

Stats

Type de document Nombre
Code du travail 11,313
Contributions 2,016
Information 52
Ministère du Travail 1,416
service-public.fr 527

About

Projet de création d'un assistant virtuel pour les services de renseignement en droit du travail

Resources

Stars

Watchers

Forks

Packages

No packages published