Skip to content

TeddyAmkie/Typescript-server-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript-server-boilerplate

Boilerplate code to ramp up a typescript node server with a PostgreSQL database.

Microsoft has an awesome boilerplate here with user models already hooked up and tested with Mongoose here: https://github.com/microsoft/TypeScript-Node-Starter

Set-up

  1. npm install

  2. nodemon

Read through ../src/config.ts and input non-default data where necessary.

curl -XGET 'http://localhost:1337'

Tests

Type jest in console, or npm run test

About

Typescript server boilerplate with config file for SQL db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published