- Overview
- Tech Stack
- Development Setup
- Build and Start
- Development Mode
- Access Information
- Login Information
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.
- Language: PHP
- Framework: Laravel
- JS Framework: Alpine.js
- CSS Framework: Tailwind CSS
cp .env.example .env
docker compose build
docker compose up -d
docker exec -it tremolo-app php artisan migrate
docker exec -it tremolo-app php artisan db:seed
docker compose down
docker exec -it tremolo-app npm run dev
In the local environment, you can access it at http://tremolo.localhost.
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 |