This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
dependabot[bot] c3140401dd chore(deps): bump braces in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21 17:45:32 +00:00
2023-11-30 17:20:44 +01:00
2024-05-11 09:25:01 +02:00
2023-11-28 18:55:17 +01:00
2024-05-11 09:25:01 +02:00
2024-05-11 09:25:01 +02:00
2023-11-28 18:55:17 +01:00
2024-12-07 07:37:12 +01:00
2023-11-30 17:20:44 +01:00

xray-scrap-test

Setup

Run docker-compose to start (the database is exposed on port 5432 on localhost, and the credentials are in .env)

docker-compose up --build

Commands

Run in development mode

yarn dev

Run in production mode

yarn start

Lint the code

yarn lint

Type check the code

yarn typecheck

Format the code

yarn format

Install Git hooks

yarn prepare

Run the migrations

yarn db:migrate

Add a new migration

yarn db:add-migration

Generate the prisma client

yarn db:generate

Wipe the database

yarn db:reset
Description
Test project to familiarise with the x-ray scraping package
Readme MIT 257 KiB
Languages
TypeScript 82.1%
Dockerfile 9.1%
Shell 8.8%