0.0.6 • Published 1 year ago

@webdevcody/launchpad v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

  1. 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
  2. npm run dev

This will setup a simple an example API using the launchpad library.

Todo

  • do stuff
0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago