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
- Host: GitHub
- URL: https://github.com/themarcosramos/simplified
- Owner: themarcosramos
- Created: 2025-04-04T13:44:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-05T04:06:06.000Z (about 1 month ago)
- Last Synced: 2025-04-05T05:20:43.842Z (about 1 month ago)
- Topics: api-rest, docker, dokcer, laravel, php
- Language: PHP
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).