Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrapi-js/mrapi
A framework for rapid development of API or DAL applications.
https://github.com/mrapi-js/mrapi
fastify graphql nodejs openapi prisma restful-api typescript
Last synced: about 1 month ago
JSON representation
A framework for rapid development of API or DAL applications.
- Host: GitHub
- URL: https://github.com/mrapi-js/mrapi
- Owner: mrapi-js
- License: mit
- Created: 2020-04-24T08:37:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T22:18:43.000Z (8 months ago)
- Last Synced: 2024-10-09T13:09:23.383Z (about 1 month ago)
- Topics: fastify, graphql, nodejs, openapi, prisma, restful-api, typescript
- Language: TypeScript
- Homepage: https://mrapi-js.github.io/docs
- Size: 3.98 MB
- Stars: 20
- Watchers: 9
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Application framework for [node](https://nodejs.org/).
## Requirements
**Node:**
- NodeJS >= 10.x
- NPM >= 6.x## Quick start
```bash
npx fbi create factory-node
```## Main packages
- [@mrapi/app](./packages/app/README.md)
- [@mrapi/service](./packages/service/README.md)
- [@mrapi/gateway](./packages/gateway/README.md)## Contribute to Mrapi
Please read the [guide](./CONTRIBUTING.md)
## LicenseLicensed under [MIT](./LICENSE).