add NFT minting (frontend + Pinata/IPFS backend)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
import app from './app.js'
|
||||
|
||||
const port = process.env.PORT || 3001
|
||||
|
||||
app.listen(port, '0.0.0.0', () => {
|
||||
console.log(`✅ Backend listening at http://localhost:${port}`)
|
||||
})
|
||||
Reference in New Issue
Block a user