Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shravan20/real-world-problems
- Owner: shravan20
- License: mit
- Created: 2020-12-11T20:23:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T13:18:43.000Z (almost 4 years ago)
- Last Synced: 2024-04-18T11:23:48.267Z (9 months ago)
- Topics: backend, express, expressjs, node, nodejs, real-world-app, real-world-problem-solving, real-world-project, rest-api, typescript
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) |