/studying-node-cron

A study case with NodeJS to use and learning about node-cron and cron jobs.

Primary LanguageJavaScriptMIT LicenseMIT

Studying node-cron

A study case with NodeJS to use and learning about node-cron and cron jobs.



Index


About

A study case with NodeJS to use and learning about node-cron and cron jobs.


Requirements

To run this project, please install this:


Installation

Clone the repo.

# Clone this repository
$ git clone https://github.com/FelipePardim/studying-node-cron

Follow the guides bellow to run each project as you like.


How to use

🖥️ Running aplication.

# Access back-end folder.
$ cd studying-node-cron

# Install dependencies.
$ yarn install
#or.
$ npm install

# Start the API server.
$ yarn dev
#or.
$ npm dev

# The cron jobs will be executed in various times.
# and will show some text according to the index.js file..

🛠 Technologies

This are the tools utilized to develop this project:


📝 License

This project is under MIT-License licensce.


👨‍💻 Author: