Skip to content

Commit

Permalink
🎉 first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
just1not2 committed Jun 2, 2022
0 parents commit 5e20c12
Show file tree
Hide file tree
Showing 34 changed files with 207,208 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
APP_HOST=0.0.0.0
APP_PORT=8080

FRONTEND_URL=http://127.0.0.1:3000

MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_DB_NAME=electorz
MONGO_USERNAME=electorz
MONGO_PASSWORD=electorz
MONGO_TLS=false
MONGO_MAX_CONNECTIONS=10
MONGO_MIN_CONNECTIONS=10
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Short description

_Please describe shortly this PR here (for a release, just write "Release x.y.z")_


# Changes

_Please list here the precise changes_


# Tests

_Please explain here how you tested your code_
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
Loading

0 comments on commit 5e20c12

Please sign in to comment.