tecendil-backend icon indicating copy to clipboard operation
tecendil-backend copied to clipboard

Tengwar web app

Tecendil Backend

The backend component of Tecendil which provides dictionary definitions.

API

/define/:word

Returns a JSON record containing an array of entries matching the specified word.

Running Locally

Install:

cd tecendil-backend
npm install
npm start

The app is running at localhost:39999.

Try

  • http://localhost:39999/define/gandalf
  • http://localhost:39999/define/nolofinwe

Deploying

Deployment to Heroku is done automatically on push to master.

For manual deployment:

Deploy to Heroku