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
2,175 changes: 1,099 additions & 1,076 deletions server/package-lock.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# 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*
4 changes: 4 additions & 0 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## cd ./server and run npm start to start the server on port 3000
## cd ./ui and run npm start
#### Enter user name either doctor or patient
#### Enter password as password
Loading