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

https://github.com/themarcosramos/simplified

API RESTful que permita transferências entre usuários
https://github.com/themarcosramos/simplified

api-rest docker dokcer laravel php

Last synced: about 1 month ago
JSON representation

API RESTful que permita transferências entre usuários

Awesome Lists containing this project

README

        

## installation :

after install the source code open Terminal to use these command line:

- Run `composer install` ( may need to use "composer update").
- Rename or copy `.env.example` file to `.env` and write required database information.
- create new `database`.
- Use your configuration in `.env`
- Run `php artisan key:generate` command.
- Run `php artisan migrate --seed` command.
- Run `php artisan passport:install` command.
- Run `php artisan serve` command.
- Run `php artisan queue:listen` command.

### Features

## Packages Used

## License

The [Laravel framework](https://laravel.com) is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).