https://github.com/cybersayak/understanding-backend-hardway
Understanding Backend with Express
https://github.com/cybersayak/understanding-backend-hardway
backend express
Last synced: 3 months ago
JSON representation
Understanding Backend with Express
- Host: GitHub
- URL: https://github.com/cybersayak/understanding-backend-hardway
- Owner: Cybersayak
- Created: 2024-11-02T15:22:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T11:28:12.000Z (3 months ago)
- Last Synced: 2025-02-20T12:24:11.132Z (3 months ago)
- Topics: backend, express
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understanding Backend in Depth with Express Framework
Basic App
### Routing [Docs](https://expressjs.com/en/guide/routing.html)
### Middleware [Docs](https://expressjs.com/en/guide/using-middleware.html)
### Error Handling [Docs](https://expressjs.com/en/guide/error-handling.html)Intermediate APP