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

https://github.com/kaihendry/express-starter

Template repo for node express server Web apps (if you can't use Go)
https://github.com/kaihendry/express-starter

express nodejs serverless

Last synced: 2 months ago
JSON representation

Template repo for node express server Web apps (if you can't use Go)

Awesome Lists containing this project

README

          

A nodejs express serverless template 🚀

## Acknowledgements

- [AJ O'Neal's review](https://www.youtube.com/watch?v=-XUdEM7vVqc) and [starter](https://github.com/BeyondCodeBootcamp/node-express-starter)
- https://github.com/tayfunakgc/express-joi-validation

## Goals

Figure out best practices for a super simple http interface using Javascript.

I do MUCH prefer [Go for Web
apps](https://github.com/kaihendry/go-web-dynamo-starter), though sometimes
client has a NodeJS codebase. 🤷

## TODO

Figure out if I need should redo logging (I want them structured)

Can I develop locally without serverless offline?

Figure out contract testing, e.g. a post to /fill has the desired input in the output