# Backend work left for Hackathon submission of No-Code Builder * Promoting soaps API to the main backend server (api.candypay.fun) such that it can be used in the no-code builder by Sap, with its metadata route having success/fail thingy and Not having pvkey. The good news is string is figured out for secret key, so you can manage private key in the backend super easily with encrypter * Giving double-check to the analytics route for with Gas normal Candy machine mint and remove the canceled stuff completely. It's either failure or Success. And also adding a quick route which will return the number of NFTs minted and total NFTs in the collection-- (same thing for soap route too) * Changing the login route for no-code builder from auth0 to something with a better UX in terms of google/twitter login so we can perform this action in the no-code builder site itself and not auth0 size (most prolly magic.link) * A super quick small route for normal candymachine mint to share the number of NFTs minted and total NFTs. Maybe in the metadata route directly * Pushing Gasless Candy Machine ID route to the public-api instead of the backend