10000 finished the feedback api · wpcodevo/rust-feedback-api@b52588b · GitHub
[go: up one dir, main page]

Skip to content

Commit b52588b

Browse files
committed
finished the feedback api
0 parents  commit b52588b

File tree

10000

13 files changed

+2986
-0
lines changed

13 files changed

+2986
-0
lines changed

.env

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
POSTGRES_HOST=127.0.0.1
2+
POSTGRES_PORT=6500
3+
POSTGRES_USER=admin
4+
POSTGRES_PASSWORD=password123
5+
POSTGRES_DB=rust_sqlx
6+
7+
DATABASE_URL=postgresql://admin:password123@localhost:6500/rust_sqlx?schema=public
8+
9+
PGADMIN_DEFAULT_EMAIL=admin@admin.com
10+
PGADMIN_DEFAULT_PASSWORD=password123

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)
0