Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


mrapi logo

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)
## License

Licensed under [MIT](./LICENSE).