From c5aa2817176afda8772d48ffab0ce5e10d3ad027 Mon Sep 17 00:00:00 2001
From: Ardi
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
- - - ## Description -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +This is an example of how to implement file upload on nestjs with GraphQL + +## Notes + +This is build with apollo express 2 since apollo 3 currently isn't compatible with current newest nestjs/grapqhl (^8.x) + +## Upcoming + + * Multiple Files Upload + * Filetype validation + * Cloud integration to save files ## Installation @@ -58,18 +46,4 @@ $ npm run test:e2e # test coverage $ npm run test:cov -``` - -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - -## Stay in touch - -- Author - [Kamil MyĆliwiec](https://kamilmysliwiec.com) -- Website - [https://nestjs.com](https://nestjs.com/) -- Twitter - [@nestframework](https://twitter.com/nestframework) - -## License - - Nest is [MIT licensed](LICENSE). +``` \ No newline at end of file