A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.
Axel Services Backend
Welcome to Axel Services Backend, a robust Node.js application built using the Nest.js framework, incorporating the repository pattern for efficient data handling. This backend solution boasts task scheduling with Chron jobs and provides clear API documentation through Swagger.
Features Nest.js Framework: Built on the powerful Nest.js framework, Axel Services Backend ensures scalability and maintainability.
Repository Pattern: Adopting the repository pattern enhances code organization and facilitates effective data management.
Task Scheduling with Chron Jobs: Task automation is achieved through Chron jobs, ensuring timely execution of critical operations.
Swagger API Documentation: Easily explore and understand the APIs with Swagger documentation, promoting seamless integration and development.