# hicetnunc-api **Repository Path**: mirrors_mattdesl/hicetnunc-api ## Basic Information - **Project Name**: hicetnunc-api - **Description**: serverless express API gathering dApp data with api.better-call.dev and conseil.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-25 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hicetnunc API API backend for the [hicetnunc.xyz](https://hicetnunc.xyz) NFT Art House deployed on the Tezos blockchain. Used in conjunction with [hicetnunc-ui](https://github.com/hicetnunc2000/hicetnunc). This code has been tested with @nodejs 12.20.1 and @npm 6.14.10. Please take a look at the [issues list](https://github.com/hicetnunc2000/hicetnunc-api/issues) for contributions. Licensed under MIT license. Built with APIs from @Cryptonomic and @baking-bad. ## Running ```bash npm install -g serverless@2.35.0 npm i npm start ``` ``` POST /feed :counter POST /tz :tz POST /objkt :objkt_id POST /hdao :counter ``` ## API documentation Swagger docs generated using [swagger-autogen](https://github.com/davibaltar/swagger-autogen). These allow you to test and view the API responses. ``` GET /docs ``` If you add or amend the API endpoints, please also update the swagger definitions, and regenerate the docs: ``` npm run swagger-autogen ```