Coder Social home page Coder Social logo

ivosights-todolist's Introduction

Ivosights ToDoList

A task notes app with email notification

Made on

  • Laravel 9
  • Vue Js 3
  • MongoDB

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot

Installation

Make sure this:

  • PHP version is 8 or above
  • MongoDB driver for PHP already installed
  • npm already installed

Clone the repo

git clone https://github.com/yama24/ivosights-todolist.git

or if you have Github CLI installed

gh repo clone yama24/ivosights-todolist

Get into the folder

cd ivosights-todolist

Download the dependencies

composer install

npm dependencies and run dev

npm i && npm run dev

Create .env file

cp .env.example .env

Generate APP_KEY

php artisan key:generate

Open .env file and setup the value

  • APP_URL=(http://localhost/8000 or domain)
  • DB_DATABASE=(your MongoDB database name)
  • DB_USERNAME=(MongoDB username)
  • DB_PASSWORD=(MongoDB user password)

and for email please set according to your email

for test, I suggest to use Mailtrap.io

migrate database

php artisan migrate

run the local server

php artisan serve

for notification, use crontab/cronjob and run in every hour

crontab -e

add this end of line and save

0 * * * * curl --silent "http://localhost:8000/crontab"

the user will receive an email if there is a task that will expire in the next hour

ivosights-todolist's People

Contributors

yama24 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.