Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
12 changes: 12 additions & 0 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PORT=3005
DB_HOST=localhost
DB_USER=postgres
DB_PASSWORD=12ND1205
DB_DATABASE=postgres
CLIENT_HOST=http://localhost:5173
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=nikitokd05@gmail.com
SMTP_PASSWORD=zuvhnmtpnpfuxyks
JWT_KEY=CGG7mGj6
JWT_REFRESH_KEY=CHM6mGn2
File renamed without changes.
23 changes: 23 additions & 0 deletions backend/.github/workflows/test.yml-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test

on:
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
5 changes: 1 addition & 4 deletions .gitignore → backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ node_modules

# MacOS
.DS_Store

# env files
*.env
.env*
.env
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading