Skip to content

UpQuark/express-api-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express API-only Typescript Template

Running

App

This project requires Node 20 or higher. Use NVM or similar with

nvm use 20

...before running.

npm install

npm start

Tests

npm test

Overview

This is a tiny, example API for made as a template for extremely bare-bones Express.js APIs.

It includes an example route, model, and data access class for an imaginary database backed application.

About

A bare-bones template for Express APIs using Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published