@webdevcody/launchpad
v0.0.6
Published
This is a prototype of a file based routing REST framework that uses express.js under the hood. The goal of this framework is to provide a single CLI command to deploy the REST api to AWS serverless / api gateway. I want to provide built in mechanisms for
Downloads
9
Readme
Overview
This is a prototype of a file based routing REST framework that uses express.js under the hood. The goal of this framework is to provide a single CLI command to deploy the REST api to AWS serverless / api gateway. I want to provide built in mechanisms for dependecy injection and provide a standard structure one can follow to build a "production ready api". This includes
- fully typesafe
- logger included
- baked in dependency injection solution
- a one command deployment into AWS serverless.
- ...more to come maybe
Setup
npm init -f && npm i --save @webdevcody/launchpad && cp -R ./node_modules/@webdevcody/launchpad/packages/simple/* . && cp -R ./node_modules/@webdevcody/launchpad/packages/simple/. . && npm i
npm run dev
This will setup a simple an example API using the launchpad library.
Todo
- do stuff