Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T01:36:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T23:49:20.113Z (over 1 year ago)
- Topics: bootstrap, laravel, laravel-8, laravel-framework, mysql, todo-app, todoapp, todoapp-php
- Language: PHP
- Homepage:
- Size: 271 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```