Skip to content

Sistema para gerenciamento de arquivos

License

Notifications You must be signed in to change notification settings

Felipe-Cavalca/Dossier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

395 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧱 Bifrost - Base Repository


English

📌 Overview

Bifrost is a lightweight PHP framework template designed to accelerate web development, offering a simple structure and automation tools for common tasks.

📁 Project Structure

This repository includes a .vscode/tasks.json file that automates pulling dependencies (e.g., API, APP, Database, etc.) from other repositories.

✅ Requirements

  • Git
  • Docker
  • Docker Compose
  • Visual Studio Code (VS Code)

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/Felipe-Cavalca/Bifrost.git
cd Bifrost
  1. Open the project in VS Code:
code .
  1. Run tasks to pull dependencies:

    • Go to Terminal > Run Task...
    • Choose one of the available tasks in tasks.json
  2. Start Docker containers:

docker-compose up --build -d

🤝 Contributing

We welcome contributions! Follow these steps:

  1. Fork this repo

  2. Create a feature branch:

git checkout -b my-feature
  1. Commit your changes:
git commit -m "feat: add new feature"
  1. Push to origin:
git push origin my-feature
  1. Open a Pull Request

Português

📌 Visão Geral

Bifrost é um template de framework PHP criado para acelerar o desenvolvimento web, oferecendo uma estrutura simples e automações para tarefas comuns.

📁 Estrutura do Projeto

Este repositório inclui o arquivo .vscode/tasks.json, que automatiza o processo de puxar dependências (como API, APP, Banco e outros).

✅ Requisitos

  • Git
  • Docker
  • Docker Compose
  • Visual Studio Code (VS Code)

🚀 Primeiros Passos

  1. Clone o repositório:
git clone https://github.com/Felipe-Cavalca/Bifrost.git
cd Bifrost
  1. Abra o projeto no VS Code:
code .
  1. Execute as tarefas do tasks.json:

    • Vá em Terminal > Executar Tarefa...
    • Escolha uma das tarefas disponíveis
  2. Inicie os containers Docker:

docker-compose up --build -d

🤝 Contribuindo

Contribuições são bem-vindas! Siga os passos:

  1. Faça um fork deste repositório

  2. Crie uma branch para sua feature:

git checkout -b minha-feature
  1. Faça os commits:
git commit -m "feat: adiciona nova funcionalidade"
  1. Envie para o repositório remoto:
git push origin minha-feature
  1. Abra um Pull Request

🔧 Simple and structured. Ready to build.

About

Sistema para gerenciamento de arquivos

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors