Skip to content

A simple laravel to do app with authentication and authorization.

License

ktechhub/laravel-todo-app

Repository files navigation

Laravel to do app with login and register.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Check the live app

http://ktechhub-todo-app.herokuapp.com/

Install and run the project

Clone the project

git clone https://github.com/ktechhub/laravel-todo-app.git

Composer install

composer install

Copy the .env file

cp .env.example .env

Create a database and update the database credentials

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=todo
DB_USERNAME=root
DB_PASSWORD=

Run the migrations

php artisan migrate

Run the seeder for the default user and todo items

php artisan db:seed

This creates a new user with the credentials below:

Email: kalkulus@ktechhub.com
Password: ktechhub

Start the server

php artisan serve

The server is located at http://127.0.0.1:8000

You can login with the credentials shown...

About

A simple laravel to do app with authentication and authorization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published