team-azb / knowtfolio

Own Your Knowledge. Create Your Knowtfolio.
5 stars 1 forks source link

Knowtfolio

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.

Run

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.

Start Backend Server & Database

make server

Generate OpenAPI docs

make goa

./server/gateways/api/gen will be generated. The OpenAPI files will be in ./server/gateways/api/gen/html.

Clean up generated files

make clean

Technologies

Smart Contracts