Go to file
Suguivy 98086640e5 Merge pull request 'Added unit testing' (#1) from unit-testing into main
Reviewed-on: #1
2023-12-25 11:20:13 +00:00
src Added unit testing 2023-12-25 12:15:19 +01:00
tests Added unit testing 2023-12-25 12:15:19 +01:00
.dockerignore Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
.gitignore first commit 2023-12-08 14:05:20 +01:00
Dockerfile Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
README.md first commit 2023-12-08 14:05:20 +01:00
compose.yaml Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
mongo-init.js Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
package.json Added unit testing 2023-12-25 12:15:19 +01:00
tsconfig.json first commit 2023-12-08 14:05:20 +01:00

README.md

fib-api

To install dependencies:

bun install

To run:

bun run index.ts

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