Skip to content

Commit d0ab1f8

Browse files
committed
Inititate Project
0 parents  commit d0ab1f8

File tree

5 files changed

+3037
-0
lines changed

5 files changed

+3037
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DB_HOST=localhost
2+
DB_PORT=8529
3+
DB_USER=root
4+
DB_PASSWORD=
5+
DB_NAME=rss

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
.thumbs.db
3+
node_modules/
4+
npm-debug.log*
5+
dist/
6+
.vscode
7+
.pnp.js
8+
.env

0 commit comments

Comments
 (0)