/express-async-await

Primary LanguageJavaScriptMIT LicenseMIT

express with async await

Requirements

Building dependencies

yarn install

Launch

yarn start

for dev:

yarn dev

Routes

Any promise/await have an identical output

Promise style

Those will kill the server

Async/await style

Those will always fail

Those will kill the server