Code Monkey home page Code Monkey logo

crone_scheduler's Introduction

Crone Scheduler

Crone Scheduler is a web application that allows users to create schedules with repeating options (daily, weekly, monthly). The application uses cron jobs to send reminder emails on the specified dates.

Table of Contents

Features

  • User registration and login
  • Create schedules with the following repeat options:
    • Daily
    • Weekly
    • Monthly
  • Automatic email reminders using cron jobs

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/crone-scheduler.git
    cd crone-scheduler
  2. Install server dependencies:

    cd server
    npm install
  3. Install client dependencies:

    cd ../client
    npm install
  4. Create a .env file in the server directory with the following variables:

   PORT=3000
   MONGO_URI='your_mongo_uri'
   TRANSPORTER_USERNAME= 'email'
   TRANSPORTER_PASSWORD= 'app password for email'
  1. Start the server:

    cd ../server
    npm start
  2. Create a .env file in the server directory with the following variables:

VITE_BACKEND_API='http://localhost:3000/api/v1/users/'
  1. Start the client:
cd ../client
npm run dev
  1. Access the application at http://localhost:5173.

Usage

User Registration and Login

  • Register a new user account.
  • Log in with your email and password to access the scheduler.

Creating a Schedule

  1. Click on "New".
  2. Fill in the schedule details:
  • Name
  • Date
  • Type (None, Daily, Weekly, Monthly)
  1. Save the schedule.

Receiving Email Reminders

  • Ensure your email address is correct.
  • The application will send reminder emails based on the schedule type:
  • Daily: Every day
  • Weekly: On the same day of each week
  • Monthly: On the same date each month

Technologies

  • Frontend: React, Vite, Tailwind CSS, Shadcn UI
  • Backend: Node.js, Express
  • Database: MongoDB, Mongoose
  • Email: Nodemailer
  • Scheduling: node-cron

crone_scheduler's People

Contributors

rishikesht1245 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.