diff --git a/README.md b/README.md index 00a13b1..df90e12 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,15 @@ -
- -[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 -[circleci-url]: https://circleci.com/gh/nestjs/nest - -A progressive Node.js framework for building efficient and scalable server-side applications.
- - +# Backend ## Description +This is the backend APIs project, developed with NestJS for Syncrow IOT Project. -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +## Author +[Author Name] ## Installation +First, ensure that you have Node.js `v20.11` or newer (LTS ONLY) installed on your system. + +To install the project dependencies, run the following command in the project root directory: ```bash $ npm install @@ -58,16 +41,3 @@ $ npm run test:e2e $ 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).