gmokercom/back-end
dorian melenotte 40e53df3e8
Some checks failed
/ deploy (push) Failing after 5s
ADD: login and register working with the api
2024-09-19 12:38:16 +02:00
..
api ADD: login and register working with the api 2024-09-19 12:38:16 +02:00
prisma add: folder of the backend 2024-09-10 18:08:10 +02:00
.gitignore add: folder of the backend 2024-09-10 18:08:10 +02:00
bun.lockb ADD: login and register working with the api 2024-09-19 12:38:16 +02:00
index.js ADD: login and register working with the api 2024-09-19 12:38:16 +02:00
package-lock.json ADD: login and register working with the api 2024-09-19 12:38:16 +02:00
package.json ADD: login and register working with the api 2024-09-19 12:38:16 +02:00
README.md add: folder of the backend 2024-09-10 18:08:10 +02: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.18. Bun is a fast all-in-one JavaScript runtime.