Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scemist/khanban
📊 Um sistema Kanban Web feito em Laravel, JavaScript, CSS e PostgreSQL.
https://github.com/scemist/khanban
crud kanban laravel laravel9 postgresql
Last synced: about 1 month ago
JSON representation
📊 Um sistema Kanban Web feito em Laravel, JavaScript, CSS e PostgreSQL.
- Host: GitHub
- URL: https://github.com/scemist/khanban
- Owner: Scemist
- License: mit
- Created: 2021-12-07T13:27:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T20:41:54.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:23:10.400Z (about 1 month ago)
- Topics: crud, kanban, laravel, laravel9, postgresql
- Language: PHP
- Homepage: https://github.com/Scemist/Khanban
- Size: 1.15 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Um sistema Kanban feito em Laravel, JavaScript e CSS apenas.
## To Run In Your PC
1. Clone the project with `git clone https://github.com/Scemist/Khanban.git`
2. In root directory, run `composer install` for the vendor components
3. Create the database in your *pgadmin*
4. Make a copy of `.env.example` with name `.env` only and insert your databases credentials
5. Run `php artisan migrate --seed` in root directory
6. Run `php artisan serve` to run the server and access by `localhost:8000` (or the port)
7. In the login page of application, the email is **[email protected]** and the password is **admin** (this data was added by `--seed` in step 5)### To Develop
1. Run `npm run watch` in a separated terminal, so you'll be able to edit assets in */resources* and the _Laravel Mix_ will compile to */public* folder in each modification
## Versões
> Laravel Framework **9.0.2**
>
> PHP **8.1.2**
>
> Composer **2.2.3**
>
> PostgreSQL **14.0**## Projeto
A branch **master** é um sistema Kanban fechado.
A branch **public** é uma versão onde o Kanban é um website kanban público.
### Branch **master**
* Login
* Index
* Projetos
* Novo Projeto
* Conta
* Perfil
* Cadastro de Usuário
* Dashboard
* Tarefa
* Preferencias do Projeto### Branch **public**
Público
Restrito
Home
InÃcio
Projeto
Index
Projetos
Board
Login
Conta
Tarefa
Sobre
Perfil
Preferências Projeto
Cadastro
Novo Projeto
## Sobre o Framework Laravel
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).