Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Envuso/framework
- Owner: Envuso
- License: other
- Created: 2021-04-07T12:20:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T23:51:41.000Z (about 1 year ago)
- Last Synced: 2024-08-01T08:13:45.045Z (3 months ago)
- Topics: backend-api, fastify, mongodb-typescript, nodejs-api, typescript
- Language: TypeScript
- Homepage: https://envuso.com
- Size: 96.7 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Envuso/framework - Envuso is a backend framework focusing building apis using Fastify and MongoDB support. (TypeScript)
README
## 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