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

https://github.com/sbthdr/bittodo

To-Do application built in Laravel 7 and Tailwindcss.
https://github.com/sbthdr/bittodo

laravel php tailwindcss

Last synced: 3 months ago
JSON representation

To-Do application built in Laravel 7 and Tailwindcss.

Awesome Lists containing this project

README

        

# Bit-todo a laravel 7 CRUD To-Do SPA

## About Repository

Bit-todo is a very simple CRUD Todo SPA Application based on Laravel 7.

## Tech Specification

- Laravel 7
- Bootstrap 4 + Font Awesome 5 and Tailwindcss.
- PHPUnit Test Case/Test Coverage

## Features

- Basic To Do list
- Login, Register, as default auth
- Create, Read, Update, Delete Todos
- Authorization

## Installation

- `git clone https://github.com/SBTHDR/bittodo.git`
- `cd bittodo/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`

## License

[MIT license](https://opensource.org/licenses/MIT).