Giter VIP home page Giter VIP logo

minicrm's Introduction

About MiniCRM

MiniCRM is a web application made for study, which uses the following technologies:


Project Setup

In order to use the application, you need to setup the containers.

First open a terminal on project folder and run the command:

cp ./.env.example .env

After create the containers.

docker compose create

Now initialize them.

docker compose start

Install the dependencies.

docker container exec minicrm-laravel composer install

Create the database.

docker container exec minicrm-laravel php artisan migrate

Stop the containers for this setup.

docker compose stop

Install yarn globally.

npm install yarn -g

Install the Node dependencies for the frontend application.

yarn install

Running the project

Before initialize the Node service for the frontend application, you need to start the containers, run the command everytime you start development. If you want to see the logs, just ommit the -d flag and run yarn from another terminal window.

docker compose up -d

For develop the frontend, set the variable ASSET_MODE to dev and use the following command. This will run vite dev server.

yarn dev

If a variable ASSET_MODE was either not available or be different from dev, you need to build the frontend using this command:

yarn build

Running tests

To run frontend tests use the command:

yarn test

The project is open-sourced software licensed under the MIT license.

minicrm's People

Contributors

danielrios549 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.