Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egrizq/typescript
- Owner: egrizq
- Created: 2024-02-03T10:40:28.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T06:15:41.000Z (8 months ago)
- Last Synced: 2024-03-31T07:24:20.910Z (8 months ago)
- Topics: basic, crud, expressjs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 9.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
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