https://github.com/nicksp/handle-async-await-errors-express
An example of handling errors with async/await in Express
https://github.com/nicksp/handle-async-await-errors-express
Last synced: 2 months ago
JSON representation
An example of handling errors with async/await in Express
- Host: GitHub
- URL: https://github.com/nicksp/handle-async-await-errors-express
- Owner: nicksp
- License: mit
- Created: 2019-11-29T01:22:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:17:01.000Z (over 2 years ago)
- Last Synced: 2025-01-07T20:22:13.840Z (4 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proper Error Handling in Express w/ async-await
## Usage
- Clone the repo
- Install dependencies: `npm install`
- Boot up the app: `npm start`
- Access server via http://localhost:3000