Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

# 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).