An app that allows users to post ‘original content’ and other users can ‘remix’ that content by adding in additional elements to the "original content" as a base.
The user should not be able to call the endpoint infinitely, we should add max amount of request per hour to protect the ipfs node. This can be done as a middleware for the /createMetadata endpoint and we already have a database setup in the repo.
The user should not be able to call the endpoint infinitely, we should add max amount of request per hour to protect the ipfs node. This can be done as a middleware for the /createMetadata endpoint and we already have a database setup in the repo.