Skip to content

ksk1kd/tremolo

Repository files navigation

Table of Contents

Overview

This project is aimed at learning Laravel.
It is designed as a web service where users can easily build a website with Markdown and the concept of Git is introduced for managing Markdown.

App Screenshot

Tech Stack

  • Language: PHP
  • Framework: Laravel
  • JS Framework: Alpine.js
  • CSS Framework: Tailwind CSS

Development Setup

Create .env file

cp .env.example .env

Build and Start

Build

docker compose build

Start

docker compose up -d

Execute Migration

docker exec -it tremolo-app php artisan migrate

Register Sample Data

docker exec -it tremolo-app php artisan db:seed

Stop

docker compose down

Development Mode

docker exec -it tremolo-app npm run dev

Access Information

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

Login Information

The following sample users are provided for testing. Sample users will be created when executing docker exec -it tremolo-app php artisan db:seed.

Email Address Password
[email protected] uHrdx55u
[email protected] uHrdx55u

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages