Blogging platform that leverages NFT to grow, buy and sell articles.
Many online articles on development techniques are not continuously updated. This is because, in many services, articles have to be maintained by one author for the rest of their lives.
Knowtfolio solves this problem by making it possible to transfer editing rights using NFT.
make app
This will start the client app at http://localhost:3000 and the server app at http://localhost:8080 or http://localhost:3000/api.
make server
make goa
./server/gateways/api/gen
will be generated.
The OpenAPI files will be in ./server/gateways/api/gen/html
.
make clean