Skip to content

A backend of a todo application with jwt authentication in laravel.

Notifications You must be signed in to change notification settings

pkdadson/todo-laravel

Repository files navigation

todo-backend

Todo app with jwt authentication in laravel

Usage

  1. Clone this repo
$ git clone https://github.com/pkdadson/todo-backend.git
  1. Install composer packages
$ cd todo-backend
$ composer install

3.Create and setup .env file make a copy of .env.example and rename to .env

$ php artisan key:generate

3.put database credentials in .env file

$ php artisan jwt:secret

4.Migrate and insert records

$ php artisan migrate
  1. Run app
$ php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A backend of a todo application with jwt authentication in laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published