hashbomb / twnft-backend

Home Page:https://twnft-backend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TWNFT Backend

Repository for the backend of TwNFT.

It is a simple express application that takes care of minting NFTs and is hosted on Heroku.

⭐ Live url - https://twnft.vercel.app/

💻 Frontend Repository - https://github.com/AnishDe12020/twnft

Contributing

All contributions are welcome :)

You can open an issue to discuss any major change or to file a bug report.

To install dependencies, run the following -

yarn install

You will also need to build the application as it is using typescript -

yarn build

To start the application after building, run the following -

yarn start

While developing, you can also use nodemon and ts-node

About

https://twnft-backend.vercel.app


Languages

Language:TypeScript 99.7%Language:Procfile 0.3%