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

https://github.com/gordonsmith/webservices-boilerplate


https://github.com/gordonsmith/webservices-boilerplate

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# webservices-boilerplate

_Simple boilerplate with the following technologies:_

* [Node JS](https://nodejs.org/dist/latest-v12.x/docs/api/)
* [Express JS](https://expressjs.com/en/guide/routing.html)
* [TypeScript](https://www.typescriptlang.org/docs/home.html)
* [dockerode](https://github.com/apocas/dockerode#readme) (optional - for something to do in the middleware)

## Quick Start
* CLI
* npm install
* npm run build
* npm run start
* In vscode:
* Ctrl+\` (terminal) + npm install
* Ctrl+Shift+B (build)
* F5 (Launch debugger)
* Open http://localhost:3000 in web browser