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

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

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