Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

cristiancosano/sample-typescript-mysql-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript REST API using Node.js + Express.js + MySQL

Features

  • Simple REST API with express routes
  • Use of the singleton pattern to program the database connection

NOTE: The project include model of MySQL database in public/database/heroes.sql

How to use

To try the web-app, you need initialize the project using npm install command. Then build and execute it using npm run dev.

About

Sample project using typescript to create a simple REST API with MySQL + Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published