8000 GitHub - thomas779/backend: Backend & API endpoint for the denam front-end. Built using NodeJS, ExpressJS, and MySQL.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Backend & API endpoint for the denam front-end. Built using NodeJS, ExpressJS, and MySQL.

Notifications You must be signed in to change notification settings

thomas779/backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Create a .config file similar to the config-sample.json file and substitute with your own DB credentials, API key and RPC node for ethereum mainnet

{ "database_connection": { "host": "localhost", "user": "root", "database": "denam", "password": "YOUR_DB_PASSWORD" }, "unstoppable_domains": { "API_KEY": "YOUR_API_KEY" }, "rpc_urls": { "mainnet_eth": "YOUR_RPC_URL_TO_ETH_MAINNET" } }

Start backend server with:

npm i

node index.js

Public endpoint (using Heroku alt):

https://backend-s9tj.onrender.com/v1/unstoppableDomains/search/{name}

About

Backend & API endpoint for the denam front-end. Built using NodeJS, ExpressJS, and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0