Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uf4no/laravel-api-demo
- Owner: uF4No
- Created: 2018-03-25T10:40:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T17:46:08.000Z (almost 7 years ago)
- Last Synced: 2024-12-20T14:21:35.952Z (about 2 months ago)
- Topics: api-rest, authentication, laravel-application, todo, todolist-application, token-based-authentication
- Language: PHP
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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