Skip to content

Commit

Permalink
kdkdk
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetagurnani committed Jan 21, 2021
1 parent febddef commit 05f84ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## E-Cure - Google Software Product Sprint'20 Project

### Problem Statement
Doctor are generally avoiding nowadays to take in appointments of patients and patients are not willing to move out if they are ill in view of COVID-19. So we have implemented a Web Based solution through which patients can fix an online appointment with the Doctor when it is not necassery to meet in-person.
Doctor6yy are generally avoiding nowadays to take in appointments of patients and patients are not willing to move out if they are ill in view of COVID-19. So we have implemented a Web Based solution through which patients can fix an online appointment with the Doctor when it is not necassery to meet in-person.
### For the Live Demo, click [here](https://summer20-sps-83.appspot.com/).

#### Documentation: https://docs.google.com/document/d/10nHIcxxk8cicqIUATxyVTonKzDH6-axOyjEFhNv1OEM/edit
Expand Down
4 changes: 3 additions & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ mongoose
res.sendFile(path.join(__dirname , '/build/index.html'));

});

app.get('/', function (req, res) {
res.send('hello world')
})

module.exports = app;
Binary file added server/routes/uploads/filename-1611081550115
Binary file not shown.

0 comments on commit 05f84ea

Please sign in to comment.