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: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T17:46:08.000Z (over 8 years ago)
- Last Synced: 2025-02-13T07:28:43.009Z (over 1 year 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