From c5aa2817176afda8772d48ffab0ce5e10d3ad027 Mon Sep 17 00:00:00 2001 From: Ardi Date: Tue, 17 Aug 2021 12:32:16 +0700 Subject: [PATCH] Update readme --- README.md | 50 ++++++++++++-------------------------------------- 1 file changed, 12 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index a59ef92..f273b08 100644 --- a/README.md +++ b/README.md @@ -2,31 +2,19 @@ Nest Logo

-[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master -[travis-url]: https://travis-ci.org/nestjs/nest -[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux -[linux-url]: https://travis-ci.org/nestjs/nest - -

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

-

-NPM Version -Package License -NPM Downloads -Travis -Linux -Coverage -Gitter -Backers on Open Collective -Sponsors on Open Collective - - -

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