Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shravan20/real-world-problems

This repo contains real-world-problems solved in Node.js or TypeScript
https://github.com/shravan20/real-world-problems

backend express expressjs node nodejs real-world-app real-world-problem-solving real-world-project rest-api typescript

Last synced: 2 months ago
JSON representation

This repo contains real-world-problems solved in Node.js or TypeScript

Awesome Lists containing this project

README

        

# real-world-problems

![license-badge](https://img.shields.io/github/license/shravan20/real-world-problems?style=plastic)
![issues-badge](https://img.shields.io/github/issues/shravan20/real-world-problems?style=plastic)
![PRs Raised](https://img.shields.io/github/issues-pr/shravan20/real-world-problems?style=plastic)

This is the main repository for real world problems with detailed implementation.

|Sl No.| Problem Statement | Source Code | Implementation |
|:-:|:-:|:-:|:-:|
|1| Multi-part Upload files on Server | [ Click :file_folder: ](/file-upload) | [ Check :point_right: Implementation ](/file-upload/README.md) |
|2| Integrating Node.js turing Google Sheets into a REST API | [ Click :file_folder: ](/google-sheets-rest-api/) | [ Check :point_right: Implementation ](/google-sheets-rest-api/README.md) |