Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/`