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)
- Host: GitHub
- URL: https://github.com/kaihendry/express-starter
- Owner: kaihendry
- License: mit
- Created: 2022-02-04T07:26:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:06:57.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:13:42.270Z (about 1 year ago)
- Topics: express, nodejs, serverless
- Language: JavaScript
- Homepage:
- Size: 955 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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