Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

# 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
```