Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ariyaman1224 committed May 21, 2024
1 parent 096998f commit cfec345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Following are the features of this project:
* **Redis Memcache**: I have used the redis server for caching the items which does not change frequently. It will boost the performance of our system.
* **Async execution**: I have used async/await for the promises and made sure to use the non-blocking version of all the functions with few exceptions.

* **A pure backend project**: Creating a backend project brings seperation of concern an helps in scaling the project much easier if the project is build together with a frontend .
* **A pure backend project**: Creating a backend project brings seperation of concern an helps in scaling the project much easier if the project is build together with a frontend.

## Project Directory Structure
```
Expand Down

0 comments on commit cfec345

Please sign in to comment.