This is a simple todo application built with Laravel 10 in the backend and Vue.js 3 (Composition API) in the frontend. The application is containerized using Docker for easy deployment and development.
Before you begin, ensure you have the following tools installed on your machine:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
-
Clone the repository:
git clone https://github.com/harunhekimoglu/todo-app-vue-laravel.git
-
Navigate to the project directory:
cd todo-app-vue-laravel
-
Build and run the Docker containers:
docker-compose up -d --build
-
Access the application:
- Backend: http://localhost:8000
- Frontend: http://localhost:3000
This project is licensed under the MIT License.