Skip to content

Commit

Permalink
feat: refactor everything and add digit overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalamando committed Nov 12, 2021
1 parent 1b23075 commit 3c5c388
Show file tree
Hide file tree
Showing 24 changed files with 24,164 additions and 3,215 deletions.
16 changes: 6 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
TYPEORM_CONNECTION = postgres
TYPEORM_HOST = localhost
TYPEORM_USERNAME = node
TYPEORM_PASSWORD = password
TYPEORM_DATABASE = digits
TYPEORM_PORT = 5432
TYPEORM_SYNCHRONIZE = true
TYPEORM_LOGGING = true
TYPEORM_ENTITIES = src/entity/*.ts
PORT = 3000
POSTGRES_HOST=localhost
POSTGRES_USER=node
POSTGRES_PASSWORD=password
POSTGRES_DB=digits
POSTGRES_PORT=5432
PORT=3000
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
node_modules/
dist
build

.cache

.env*
!.env.example
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ejs
Loading

0 comments on commit 3c5c388

Please sign in to comment.