Skip to content

Translation backend of an application built with nodejs, express, and google cloud translation API

Notifications You must be signed in to change notification settings

carrington-115/gcloudapp-translate-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test backend application with Google cloud translation api

How to install typescript to the project

  • Run the following code to install typescript compiling and the types for the node and express
npm install --save-dev typescript ts-node @types/node @types/express
  • Install the tsconfig.json file with the code below and configure ti
npx tsc --init
  • To run the typescript code
npx ts-node src/server.ts

// with nodemon add the package.json dev script
"dev": "nodemon --watch src/**/*.ts --exec ts-node src/server.ts"

About

Translation backend of an application built with nodejs, express, and google cloud translation API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published