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.
- Host: GitHub
- URL: https://github.com/sbthdr/bittodo
- Owner: SBTHDR
- Created: 2020-08-21T18:37:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T16:17:56.000Z (over 4 years ago)
- Last Synced: 2025-01-06T20:31:44.496Z (5 months ago)
- Topics: laravel, php, tailwindcss
- Language: PHP
- Homepage:
- Size: 783 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).