Basic NodeJS+ExpressJS API template.
src | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Basic API server (Node.js + TypeScript)
Abstract
A basic functional template for creating an API server using Node.js and TypeScript.