Basic NodeJS+ExpressJS API template.
Find a file
2023-12-23 11:25:57 -05:00
src api_srvr: Initial commit 2023-12-23 11:25:57 -05:00
.gitignore api_srvr: Initial commit 2023-12-23 11:25:57 -05:00
package-lock.json api_srvr: Initial commit 2023-12-23 11:25:57 -05:00
package.json api_srvr: Initial commit 2023-12-23 11:25:57 -05:00
README api_srvr: Initial commit 2023-12-23 11:25:57 -05:00
tsconfig.json api_srvr: Initial commit 2023-12-23 11:25:57 -05:00

# Basic API server (Node.js + TypeScript)

## Abstract

A basic functional template for creating an API server using Node.js and TypeScript.