Skip to content

BlitzCraftHQ/nftconomy-cardano-api

Repository files navigation

BlitzCraftHQ - API


Use yarn to install the project dependencies:
yarn install
Type cp .env.example .env in the terminal to create an ENV file and enter your credentials in the .env file.
# Configure your API port
API_PORT=5000

# Auth0 Config
APP_BASE_URL=http://localhost:5000 
AUTH0_ISSUER_BASE_URL=https://yourtenant.eu.auth0.com/ 

# MongoDB Config
DATABASE_URL="DB_CONNECTION_STRING"
Run the project in development mode. Server restarts on file changes
yarn run dev
Deploy to production.
yarn run prod

About

APIs for Cardano NFT aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published