Go to file
bizcochito 215469eae7 Merge pull request 'post-images-endpoint' (#2) from post-images-endpoint into main
Reviewed-on: #2
2023-12-25 11:37:17 +00:00
src Merge branch 'main' into post-images-endpoint 2023-12-25 12:21:34 +01:00
tests added tests for POST, fixed tests for GET 2023-12-25 12:33:40 +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 updated readme 2023-12-25 12:35:59 +01:00
compose.yaml Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
mongo-init.js added the logic for the endpoint and made a fix in an index that was wrong 2023-12-25 12:21:01 +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:

docker compose up

For testing, remember:

docker compose down -v
docker compose run bot-api bun run test

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