Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eikesan/ezcon-web
Sistema para condomínio Web
https://github.com/eikesan/ezcon-web
condominium ezcon-web laravel mysql php
Last synced: 3 days ago
JSON representation
Sistema para condomínio Web
- Host: GitHub
- URL: https://github.com/eikesan/ezcon-web
- Owner: EikeSan
- Created: 2017-05-31T15:08:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T14:49:32.000Z (over 3 years ago)
- Last Synced: 2024-06-13T19:46:50.816Z (5 months ago)
- Topics: condominium, ezcon-web, laravel, mysql, php
- Language: PHP
- Size: 632 KB
- Stars: 12
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EzCon-Web
Web System for condominium made with Laravel## How Install to local server ##
* `git clone https://github.com/EikeSan/ezcon-web`
* `composer install`
* `php artisan key:generate`
* `Create a database and put it in .env`
* `php artisan migrate` This will create the tables
* `php artisan db:seed` This will populate some data in databas. eg: apartments
* `php artisan serve to start a local server in: http://localhost:8000/`