Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uf4no/laravel-api-demo

Laravel TDL app with an exposed API with token authentication
https://github.com/uf4no/laravel-api-demo

api-rest authentication laravel-application todo todolist-application token-based-authentication

Last synced: 2 days ago
JSON representation

Laravel TDL app with an exposed API with token authentication

Awesome Lists containing this project

README

        

# 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](http://www.laravel.com) - The web framework for artisans

## Authors

* **Antonio Ufano** - *Initial work* - [uF4No](https://github.com/uF4No)

## License

This project is licensed under the MIT License