Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egrizq/typescript

Basic syntax and REST api with express.js
https://github.com/egrizq/typescript

basic crud expressjs rest-api typescript

Last synced: 9 days ago
JSON representation

Basic syntax and REST api with express.js

Awesome Lists containing this project

README

        

# Typescript Project Overview

### Additional Information
- You need node.js
- Install Typescript -> npm install -g typescript
- install express -> npm install express
- install mysql -> npm install mysql

### Compiling Program
1. Open terminal type tsc --init
2. to run typescript -> ts-node filename.ts