Skip to content

Laravel TDL app with an exposed API with token authentication

Notifications You must be signed in to change notification settings

uF4No/laravel-api-demo

Repository files navigation

Laravel API demo

Laravel To do list web application. It also contains an API with token authentication.

Getting Started

Clone and download laravel and other dependencies with

composer install

Prerequisites

PHP,Composer, Mysql, Apache

Installing

Configure the database connection details in .env file

Create all required tables by running:

$php artisan migrate

Generate a private key

$php artisan key:generate

Start your local server with

$php artisan serve

Built With

  • Laravel - The web framework for artisans

Authors

  • Antonio Ufano - Initial work - uF4No

License

This project is licensed under the MIT License

Releases

No releases published

Packages

No packages published