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 9f8731f

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Express.js, a minimalist web framework for Node.js, was selected for its simplic
1313
MongoDB was opted for as our database solution due to its flexibility, scalability, and ease of use. As a NoSQL database, it accommodates unstructured data, making it suitable for applications with evolving data schemas. <br/>
1414

1515
### Design Pattern And Performance Enhancement
16-
* MVC(model-view-controller) design pattern is followed for this backend system. <br/>
16+
##### MVC(model-view-controller) design pattern is followed for this backend system.
1717
<br/>
18-
* 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. <br/>
18+
##### 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.
1919
<br/>
20-
* 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) <br/>
20+
##### 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)
2121
<br/>
22-
* All the API endpoints has robust error/exception handling.
22+
##### All the API endpoints has robust error/exception handling.
2323

2424
## Getting Started
2525
#### To run this backend system locally, your system needs have node and npm installed.

0 commit comments

Comments
(0)

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