Skip to content

Commit cb25e59

Browse files
committed
JavaScript/TypeORM: Add example project
The code has been scaffolded like this: npx typeorm init --name . --database postgres --express This commit adds the result unmodified.
1 parent 3e615e9 commit cb25e59

File tree

10 files changed

+1909
-0
lines changed

10 files changed

+1909
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.idea/
2+
.vscode/
3+
node_modules/
4+
build/
5+
tmp/
6+
temp/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Awesome Project Build with TypeORM
2+
3+
Steps to run this project:
4+
5+
1. Run `npm i` command
6+
2. Setup database settings inside `data-source.ts` file
7+
3. Run `npm start` command

0 commit comments

Comments
 (0)