Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tsed | 2,516 | 28 | 71 | 3 days ago | 842 | September 27, 2022 | 34 | mit | TypeScript | |
:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. | ||||||||||
Next Boilerplate | 1,438 | 6 months ago | 27 | mit | TypeScript | |||||
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/ | ||||||||||
Mevn Cli | 772 | a year ago | 54 | February 28, 2021 | 11 | mit | JavaScript | |||
Light speed setup for MEVN(Mongo Express Vue Node) Apps | ||||||||||
Curriculum | 619 | 17 days ago | ||||||||
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React! | ||||||||||
Create Graphql | 440 | 3 years ago | n,ull | mit | JavaScript | |||||
Command-line utility to build production-ready servers with GraphQL. | ||||||||||
Home | 258 | 6 years ago | 44 | other | ||||||
Project Glimpse: Node Edition - Spend less time debugging and more time developing. | ||||||||||
Meituan Backend | 164 | 4 years ago | 10 | JavaScript | ||||||
模仿美团外卖后端 | ||||||||||
Banga Cli | 137 | 5 months ago | 4 | January 05, 2021 | 3 | mit | EJS | |||
BàngáJS is a CLI generator for scaffolding ExpressJS applications with speed and efficiency. | ||||||||||
Zoya | 121 | 2 | 3 months ago | 5 | August 23, 2020 | 11 | mit | TypeScript | ||
Truly highly composable logging utility | ||||||||||
Gasket | 121 | 29 | 2 days ago | 47 | April 19, 2023 | 36 | mit | JavaScript | ||
Framework Maker for JavaScript Applications |
Build Node.js APIs from the command line
Install wily globally: npm install -g wily
Once installed, a new API can be created by calling wily init
, like so:
API Architecture | Framework | Database | ORM | ODM | Authentication | Validation | Testing |
---|---|---|---|---|---|---|---|
REST | Express | MySQL | Knex.js | JWT | Joi | Mocha | |
hapi | Sequelize |
|
Jest |
If you're interested in contributing to this project, then THANK YOU! I appreciate your interest :) You can contribute to this project by working on any of the open issues. You can also see which issues are not in progress on the development board.
Lastly, I am here to help. Please reach out with any questions. I appreciate all contributions no matter how big or small.
Discord server: https://discord.gg/Dze88Pe
tsc -w
cp tests/apis/.env.sample tests/apis/.env
to create a copy of the dotenv sample file for testsnpm test
NOTE: Do not modify tests/apis/.env.sample
as it can expose your personal credentials if you include it in your commits