gmokercom/back-end
ange a3f49f2a2f
Some checks failed
/ deploy (push) Failing after 4s
FIX: prisma generate
2024-10-25 19:36:26 +07:00
..
api FIX: back-end db connection 2024-10-22 22:47:43 +07:00
prisma FIX: back-end db connection 2024-10-22 22:47:43 +07:00
.gitignore add: folder of the backend 2024-09-10 18:08:10 +02:00
bun.lockb FIX: back-end db connection 2024-10-22 22:47:43 +07:00
Dockerfile FIX: prisma generate 2024-10-25 19:36:26 +07:00
index.ts FIX: back-end db connection 2024-10-22 22:47:43 +07:00
package.json FIX: back-end db connection 2024-10-22 22:47:43 +07:00
README.md FIX: back-end db connection 2024-10-22 22:47:43 +07:00
tsconfig.json add: folder of the backend 2024-09-10 18:08:10 +02:00

back-end

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.32. Bun is a fast all-in-one JavaScript runtime.