https://github.com/kochan4php/laratodo
Laratodo is a simple todolist app, with some features. Free to use and you can add your task today. Made with love for web artisans
https://github.com/kochan4php/laratodo
bootstrap laravel laravel-8 laravel-framework mysql todo-app todoapp todoapp-php
Last synced: 3 months ago
JSON representation
Laratodo is a simple todolist app, with some features. Free to use and you can add your task today. Made with love for web artisans
- Host: GitHub
- URL: https://github.com/kochan4php/laratodo
- Owner: kochan4php
- License: mit
- Created: 2022-04-20T02:52:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T19:51:44.000Z (about 2 years ago)
- Last Synced: 2025-02-02T01:51:12.093Z (4 months ago)
- Topics: bootstrap, laravel, laravel-8, laravel-framework, mysql, todo-app, todoapp, todoapp-php
- Language: PHP
- Homepage:
- Size: 313 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Laratodo
Laratodo is a simple todolist app, with some features. Free to use and you can add your task today. Made with love for web artisans
# Setup Project
```bash
# clone the repository
git clone https://github.com/kochan4php/laratodo.git# go to laratodo directory
cd laratodo# install dependencies
composer install# run server
php artisan serve --port=3000
```