Skip to content

Commit

Permalink
added a gateway app and the old frontend. Tested their communication
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Dec 6, 2019
1 parent 88e0694 commit c4cf891
Show file tree
Hide file tree
Showing 20 changed files with 16,506 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ __pycache__/
./snapshots_release_kneel/*
snapshots_knee_grading/
snapshots_release_kneel/
frontend/srv/node_modules/

# Distribution / packaging
.Python
Expand Down
23 changes: 23 additions & 0 deletions frontend/deepknee-frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
3 changes: 3 additions & 0 deletions frontend/deepknee-frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# React Frontend for DeepKnee

(c) Egor Panfilov, Aleksei Tiulpin, University of Oulu, 2018-2019
Loading

0 comments on commit c4cf891

Please sign in to comment.