Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Example how to use Express and TypeORM with TypeScript

NotificationsYou must be signed in to change notification settings

typeorm/typescript-express-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. clone repository
  2. runnpm i
  3. editormconfig.json and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
  4. runnpm start
  5. openhttp://localhost:3000/posts and you'll empty array
  6. use curl, postman or other tools to send http requests to test your typeorm-based API

How to use CLI?

  1. installtypeorm globally:npm i -g typeorm
  2. runtypeorm -h to show list of available commands

About

Example how to use Express and TypeORM with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp