anyconvert-backend-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i anyconvert-backend-api

Weekly Downloads

1

Version

0.0.3

License

none

Unpacked Size

2.89 kB

Total Files

4

Last publish

Collaborators

  • developerfauzan