Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supercharge/supercharge

Full-stack Node.js framework
https://github.com/supercharge/supercharge

app framework nodejs supercharge

Last synced: 3 days ago
JSON representation

Full-stack Node.js framework

Awesome Lists containing this project

README

        










Supercharge is a full-stack Node.js framework.





Docs







Follow @marcuspoehls and @superchargejs for updates!


---

## Quick Start
Scaffold a new Supercharge application on your computer using NPM:

```
npm init @supercharge/app@latest hello-supercharge
```

This will create a new Supercharge application in a `hello-supercharge` folder of your current working directory.

## About Supercharge
Supercharge is a full-stack Node.js framework — not just a web-framework.

Supercharge builds on top of the Koa HTTP framework. Supercharge refines all Koa handling by providing a streamlined approach to middlewares and routing. You’ll also benefit from a comprehensive application setup containing configuration and database management, logging, integrating with Objection.js and knex.js for a powerful database interaction.

## 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 [@supercharge](https://github.com/supercharge)  · 
> Twitter [@superchargejs](https://twitter.com/superchargejs)