No description
  • JavaScript 47.6%
  • PHP 39.7%
  • Blade 9.1%
  • SCSS 2.2%
  • Dockerfile 1%
  • Other 0.3%
Find a file
2024-02-28 20:35:25 -04:00
.docker fix: deployment files 2023-10-18 00:18:12 -04:00
apps feat: change logo 2024-02-28 20:35:25 -04:00
shared_assets duplicate material 2023-08-21 11:48:51 -04:00
.gitattributes Initial commit 2021-11-03 13:51:04 -04:00
.gitignore docker improvements 2023-06-16 11:08:32 -04:00
docker-compose.yml fix: deployment files 2023-10-18 00:18:12 -04:00
package.json duplicate material 2023-08-21 11:48:51 -04:00
prepare.sh prepare dev 2023-08-10 19:35:15 -04:00
prettier.config.js fist approach to implement typescript 2023-06-22 15:05:12 -04:00
README.md duplicate material 2023-08-21 11:48:51 -04:00
yarn.lock yarn lock file 2023-09-24 18:02:55 -04:00

Project logo

Magi

Status GitHub Issues GitHub Pull Requests License


Is a system to manage process and generate reports for a marketing agency. This also leads to produce reports.

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

For each app we have different prerequisites

The API

  • PHP ^7.4.9
  • Composer ^2.1.9
  • Mysql ^8

The UI

  • Node 16.20.2 (do not use higher version)
  • Yarn ^1.22.19

You can also run it in a Docker container

yarn run docker:start

Installing

Just run this command

yarn run dev:prepare
yarn run dev:start

🎈 Usage

We have some alignments to work Clean Code.

  • Keep the consistency of the code.
  • Easy to Follow Comments with Complete Parameter and Return Information.
  • Write code that adheres to the Single Responsibility Principle.

⛏️ Built Using

Nice to have on VsCode

✍️ Authors

See also the list of contributors who participated in this project.