https://github.com/supercharge/playground-aws-lambda
https://github.com/supercharge/playground-aws-lambda
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/supercharge/playground-aws-lambda
- Owner: supercharge
- License: mit
- Created: 2019-12-06T12:35:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T10:45:59.000Z (over 6 years ago)
- Last Synced: 2025-01-09T06:28:53.161Z (over 1 year ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Supercharge is an open-source Node.js framework
making your server-side development enjoyable.
Follow @marcuspoehls and @superchargejs for updates!
---
## Quick Start
Use the official Supercharge installer to quickly create a new application. Installing is as simple as this:
```
npm install -g @supercharge/installer
```
You can create a new application once you installed the Supercharge installer on your computer.
Use the `supercharge new ` command:
```
$ supercharge new my-app-name
Crafting a new Supercharge application
✔ Ensure installation directory is empty
✔ Crafting your application
✔ Install application dependencies
✔ Initialize application setup
```
That’s it! Change into the app directory and start the server with `node server` 🚀
## About Supercharge
Supercharge is Node.js framework — not just a web-framework.
Supercharge builds on top of the hapi.js web framework and adds dozens utilities, like configuration and database management, mailing, logging, encryptiong, hashing, pagination, and more. It also integrates Mongoose as a powerful ORM for intuitive database interactions.
## Learning
Supercharge has an extensive [documentation](https://superchargejs.com/docs) that gives you all the information to get started with the framework.
Did you create a tutorial, video, blog post, plugin, library, or anything else related to Supercharge? Please let me know! Create an issue or tweet me [@marcuspoehls](https://twitter.com/marcuspoehls). I'm very happy to create a content list and share it with everybody!
## License
Supercharge is [MIT licensed](https://github.com/superchargejs/framework/blob/master/LICENSE).
---
> [superchargejs.com](https://superchargejs.com) ·
> GitHub [@superchargejs](https://github.com/superchargejs/) ·
> Twitter [@superchargejs](https://twitter.com/superchargejs)