ackimixs 6f40480782 log
2024-04-13 17:50:25 +02:00
2024-04-13 00:55:35 +02:00
2024-04-13 00:55:35 +02:00
2024-04-13 00:55:35 +02:00
2024-01-24 19:36:22 +01:00
log
2024-04-13 17:50:25 +02:00
2024-04-11 22:51:06 +02:00
2024-04-13 00:55:35 +02:00
2024-04-12 13:00:34 +02:00
2024-01-24 19:36:22 +01:00

urlsh-api-modelec

To install dependencies:

bun install

fill example.env and rename it to .env

If you want to use database with prisma

bun prisma:migrate:dev
bun dev:db

else

bun dev

Or you can use docker-compose to run the project

version: '3.8'

services:
    urlsh-api-modelec:
        image: breizhhardware/modelec-urlsh-qrcode:latest
        container_name: urlsh-api-modelec
        ports:
            - "8080:8080"
docker-compose up -d
Description
No description provided
Readme 126 KiB
Languages
TypeScript 95.2%
Dockerfile 4.8%