Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dfa4f1d

Browse files
Update README.md
1 parent 9f8731f commit dfa4f1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ MongoDB was opted for as our database solution due to its flexibility, scalabili
1414

1515
### Design Pattern And Performance Enhancement
1616
##### MVC(model-view-controller) design pattern is followed for this backend system.
17-
<br/>
17+
1818
##### For optimize query performance mongoDB database indexing has been done on 'date' attribute with sorting order set to ascending as in this assignment queries are related to 'date' only.
19-
<br/>
19+
2020
##### This '/event/find' API endpoint reuire data from given external weather and distance APIs. Hence concurrent programming has been implementesd to concurrently fetch responces from external APIs for all the events occurring within the next 14 days from the specified date. Here javascript Promises are used for concurrency with robust error handling. (see controller.js file)
21-
<br/>
21+
2222
##### All the API endpoints has robust error/exception handling.
2323

2424
## Getting Started

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /