Skip to content

Karimttarek/TodoApp

Repository files navigation

ToDo-List-Application

Simple ToDo List Application(ASSESSMENT TASK)

Version

Laravel v11.16.0 
(PHP v8.3.9)

Installation

git clone https://github.com/Karimttarek/TodoApp.git
cd TodoApp
composer update

Copy env.example to .env

cp .env.example .env
  • Change DB_CONNECTION=sqlite to mysql
  • Then configure database connection

Generate a new key

php artisan key:generate

Database Migration

php artisan migrate --seed
  • Make sure to use the command to seed categories to database

Default user created

[[email protected]] [password]

NPM

npm i
npm run build

Run the application.

php artisan serve

Finaly !

  • There is no tasks seeded by default try to add some tasks
  • or visit the link below.
your-app-url/todo-list

About

Simple To-Do List Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published