Skip to content

Commit

Permalink
Initial setup of node-server receiving search-request and routing it …
Browse files Browse the repository at this point in the history
…through to API-Server
  • Loading branch information
René Mäkeler committed May 28, 2018
0 parents commit 9dc2ef8
Show file tree
Hide file tree
Showing 5 changed files with 3,065 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
Loading

0 comments on commit 9dc2ef8

Please sign in to comment.