This API listens a specific pub/ sub notification, which is triggered by a cloud function after uploading a file to a specific bucket, and handles pinning the file to IPFS. Project is also bootstraped with Prisma, so that any logic on top of the flow can be easily integrated.
- IPFS
- Google Pub/ Sub
- Typescript
- Node JS
- Express
- MySQL
- Prisma
- Inversify
- Neverthrow
- Just run the following.
yarn start:dev
- App will be up and running on port: 3000
- Create the docker image.
yarn dockerize
- Run the containers.
yarn start
- App will be up and running on port: 3000