Skip to content

ksk1kd/glissando

Repository files navigation

Table of Contents

Overview

This is a prototype of an application for managing a company's human resources.

App Screenshot

Development Setup

Create .env file for Backend

cp backend/app/.env.local.example backend/app/.env.local

Create .env file for Frontend

cp frontend/.env.local.example frontend/.env.local

Development Mode

This mode is used for local development.

Build

docker compose build

Start

Initialize and start with sample data

SEEDING=true docker compose up -d

Normal start

docker compose up -d

Stop

docker compose down

Production Mode

This mode is used for production environments. It can also be used to verify operations in an environment equivalent to production during development.

Build

docker compose -f docker-compose.yml build

Start

docker compose -f docker-compose.yml up -d

Stop

docker compose down

Access Information

In the local environment, you can access it at http://glissando.localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published