Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulohpmkt/schedule_nestjs

The proposal of this project is learn how CRON works into Node JS environment using NestJS. I created a use case to construct a flow of order creation and a schedule service to cancel orders with pending status after a time.
https://github.com/paulohpmkt/schedule_nestjs

cron cronjob nest node schedule ts

Last synced: about 2 months ago
JSON representation

The proposal of this project is learn how CRON works into Node JS environment using NestJS. I created a use case to construct a flow of order creation and a schedule service to cancel orders with pending status after a time.

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. Schedule Api

## Installation

```bash
$ npm install # to run development application
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# to connect database Mongo Db
$ docker compose up -d
```

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