raphaeldealmeida / dashboard

Administrative dashboard made with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub

Administrative dashboard

Administrative dashboard made with PHP

The first version of the dashboard will be to serve VoIP enterprise customers.

There are 2 types of users: administrators and users associated with customers.

Users should log in to the system and view invoices and recording audios of all customers they have.

The project needs to be internationalized. Do not display any text to the user that cannot be translated.

Instructions to getting run

Make sure port 3306 and 80 are free.

Create .env file from .env.example

run:

docker-compose up
docker-compose down
docker-compose up

PS: Is necessary run up, down and up now because in the first up is created an environment.

open http://localhost

Settings

Logo

Replace public/img/logo.png

Contributing

Read the contributing file first.

Look the project issues and the tasks board

About

Administrative dashboard made with PHP

License:MIT License


Languages

Language:PHP 55.1%Language:HTML 44.2%Language:Dockerfile 0.4%Language:Shell 0.2%Language:Makefile 0.1%