Skip to content

Commit

Permalink
feat: scaffold project files
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Jun 23, 2022
1 parent 67dfda6 commit 0f0ad82
Show file tree
Hide file tree
Showing 25 changed files with 484 additions and 104 deletions.
26 changes: 17 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# database configuration
PG_PORT=
PG_HOST=
PG_USERNAME=
PG_PASSWORD=
PG_DATABASE=
DB_CLIENT="pg"
DB_PORT=5432
DB_HOST="localhost"
DB_USERNAME="username"
DB_PASSWORD="password"
DB_DATABASE="mydatabase"
DB_URL=""

# node
PORT=8080
ENV="development"

COOKIE_SECRET=
COOKIE_SECRET="i am thirsty"
COOKIE_EXPIRATION=
JWT_SECRET="this is a sekret"
PASSWORD_SALT=10

JWT_SECRET=
PASSWORD_SALT=
# email
EMAIL_HOST=
EMAIL_PORT=
EMAIL_SECURE=
EMAIL_AUTH_USER=
EMAIL_AUTH_PASS=
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The best way to track your workouts
- **Vitest** and **Cypress** for testing
- **Chart.js** for beautiful charts
- **Font-awesome** and **Bootstrap-icon** for icons
- **Command And Conquer (CAC)** for CLI

# 📐 Structure

Expand Down
252 changes: 197 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f0ad82

Please sign in to comment.