Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tsaruk committed Sep 7, 2024
0 parents commit ee37154
Show file tree
Hide file tree
Showing 27 changed files with 4,478 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# environment file
.env

node_modules

# JetBrains
.idea
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
.env
node_modules
credentials
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node src/server.js
Loading

0 comments on commit ee37154

Please sign in to comment.