0.0.3 • Published 1 year ago

anyconvert-backend-api v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

anyconvert.fzn0x.rocks

AnyConvert Website of fzn0x.rocks

The website targets the latest version of Chrome, Safari, and Firefox.

Setup Docker

# build image
docker build  -f ./Dockerfile . -t remix/run --secret id=API_KEY,src=./apikey.txt

# run container
docker run -d --name remix-server -p 3000:3000 remix/run

Posting a SECRET

# run container with secret
docker run -e API_KEY='your_api_key_here' -d your_image_name

Prisma

# check commands
npx prisma

# init prisma client & schema
npx prisma init

# generate prisma db / --schema backup/schema-backup.prisma for backup
npx prisma generate

# sync db with prisma schema / --schema backup/schema-backup.prisma for backup
npx prisma db push

# open prisma studio  / --schema backup/schema-backup.prisma for backup to run backup db server
npx prisma studio
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago