alephium / alephium-nft

Prototype for NFT Marketplace on Alephium
6 stars 7 forks source link

Use proper backend for NFT platform #15

Open h0ngcha0 opened 1 year ago

h0ngcha0 commented 1 year ago

Nextjs API Route is not designed for full-fledged backend. We need to replace it with a proper backend once more features are added to the backend that makes Nextjs API route limiting, or the service becomes not responsive due to the design choice forced by the limitation of the Nextjs API route.