/ts-notes-sql

Primary LanguageTypeScript

Node TypeScript Server

This application creates a simple Node.js server implemented in TypeScript.

Developed as a training exercise and to provide a server template. It provides a simple notes SQL persistence server using the following packages.

  • Express server framework.
  • Winston logging.
  • Sequelize SQL ORM library for MySQL.