Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Strapi | 56,108 | 175 | 10 hours ago | 516 | July 31, 2023 | 464 | other | JavaScript | ||
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first. | ||||||||||
Eve | 6,631 | 357 | 23 | 22 days ago | 53 | June 08, 2022 | 33 | other | Python | |
REST API framework designed for human beings | ||||||||||
Express Rest Boilerplate | 2,221 | 2 | 7 months ago | 6 | October 04, 2017 | 39 | mit | JavaScript | ||
⌛️ Express starter for building RESTful APIs | ||||||||||
Spring Boot Leaning | 2,068 | a year ago | 1 | Java | ||||||
Spring Boot 2.X 最全课程代码 | ||||||||||
Rest | 1,732 | 2 | 3 | 8 months ago | 28 | February 05, 2021 | 66 | mit | JavaScript | |
REST API generator with Node.js, Express and Mongoose | ||||||||||
Nodepress | 1,286 | 16 days ago | 9 | mit | TypeScript | |||||
🟢 RESTful API service for https://surmon.me blog, powered by @nestjs | ||||||||||
Blog | 1,200 | 3 months ago | 12 | mit | C# | |||||
🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据,Redis 缓存数据。项目采用前后端分离的模式进行开发,API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍 | ||||||||||
Rest Hapi | 1,166 | 3 | 9 months ago | 7 | July 22, 2020 | 72 | mit | JavaScript | ||
🚀 A RESTful API generator for Node.js | ||||||||||
Rest Api Nodejs Mongodb | 1,051 | 4 months ago | 37 | mit | JavaScript | |||||
A boilerplate for REST API Development with Node.js, Express, and MongoDB | ||||||||||
Node Express Mongodb Jwt Rest Api Skeleton | 851 | 1 | 2 months ago | 98 | April 30, 2022 | 12 | mit | JavaScript | ||
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp |
rest-hapi is a hapi plugin that generates RESTful API endpoints based on mongoose schemas. It provides a powerful combination of relational structure with NoSQL flexibility. You define your data models and the rest is done for you. Have your API up and running in minutes!
View the swagger docs for the live demo:
Or, for a more complete example, check out the appy api:
Check out the docs on the official site!
You need Node.js installed and you'll need MongoDB installed and running.
(NOTE: For an alternative quick start, check out his awesome yeoman generator for rest-hapi.)
$ git clone https://github.com/JKHeadley/rest-hapi-demo.git
$ cd rest-hapi-demo
$ npm install
$ ./node_modules/.bin/rest-hapi-cli seed
$ npm start
...have fun!
appy: A boilerplate web app.
rest-hapi-demo: A simple demo project implementing rest-hapi in a hapi server.
We welcome contributions to rest-hapi! These are the many ways you can help:
Please read our contribution guide to get started. Also note that this project is released with a Contributor Code of Conduct, please make sure to review and follow it.
Thanks goes to each one of our contributors! 🙏
Support us with a monthly donation and help us continue our activities! Become a backer.
If you have any questions/issues/feature requests, please feel free to open an issue. We'd love to hear from you!
Like this project? Please star it!
rest-hapi is licensed under a MIT License.