Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuryalencar/eletroponto-firstlaravelapp
System for making an electronic point
https://github.com/yuryalencar/eletroponto-firstlaravelapp
blade blade-template composer laravel laravel-framework mvc php7
Last synced: 6 days ago
JSON representation
System for making an electronic point
- Host: GitHub
- URL: https://github.com/yuryalencar/eletroponto-firstlaravelapp
- Owner: yuryalencar
- Created: 2018-10-05T15:37:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T13:09:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T00:45:32.674Z (over 1 year ago)
- Topics: blade, blade-template, composer, laravel, laravel-framework, mvc, php7
- Language: PHP
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EletronicPoint
EletronicPoint - System developed in Laravel 5.5 and PHP 7.2.10 for web with the intention of performing electronic point.## 1. Installation
1. Go to the folder application using cd command on your cmd or terminal
```
composer install
```
```
php artisan key:generate
```
```
php artisan migrate
```
```
php artisan db:seed
```
```
php artisan serve
```
2. Default USERS```
Administrador
name: Example User
login: [email protected]
password: 123456
```
```
Colaborador 1
name: Example User 2
login: [email protected]
pass: 123456
```
```
Colaborador 2
name: Example User 3
login: [email protected]
pass: 123456
```
## 2. @TODO
```
To Refactor:
- CSS;
- User Interface;
```## License
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).