Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Envuso/framework

Envuso is a backend framework focusing building apis using Fastify and MongoDB support.
https://github.com/Envuso/framework

backend-api fastify mongodb-typescript nodejs-api typescript

Last synced: 11 days ago
JSON representation

Envuso is a backend framework focusing building apis using Fastify and MongoDB support.

Awesome Lists containing this project

README

        




npm (scoped)
GitHub
Wakatime

## Envuso framework

Envuso is a backend framework focusing building apis using [Fastify](https://www.fastify.io/) and [MongoDB](https://www.mongodb.com/) support.

You can also build monolith applications using inertiajs/edge.js views.

I'd like to think it's almost a full batteries included framework, but there's still a couple of bits missing.

## Credits:

- [Inversify Express Utils](https://github.com/inversify/inversify-express-utils)
We used inversify express utils in a setup without fastify, which was very barebones but enjoyable. We used this as a small starting point,
converting it to fastify and re-writing a lot of it, to fix any pain points we had.
- [MongoDB Typescript](https://github.com/aljazerzen/mongodb-typescript)
We used mongodb-typescript as it was a nice starting point for mongo implementation with class transformer