https://github.com/sbthdr/sparrowowblog
https://github.com/sbthdr/sparrowowblog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbthdr/sparrowowblog
- Owner: SBTHDR
- Created: 2021-08-04T10:25:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T20:02:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T20:30:03.903Z (5 months ago)
- Language: PHP
- Size: 2.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SparrowowBlog
## About Repository
SparrowowBlog is simple blog based on Laravel 8.
## Tech Specification
- Laravel 8
- Tailwindcss
- docker## Installation
- `git clone https://github.com/SBTHDR/sparrowowblog.git`
- `cd sparrowowblog/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan key:generate`
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`## Install with Docker
- `docker-compose up -d`
- `docker-compose exec app sh`
- `composer install`
- `cp .env.example .env`
- `php artisan key:generate`
- `php artisan migrate`
- Application http://localhost:88/
- DBhost: yourIP:3307, user: root, Password: root## License
[MIT license](https://opensource.org/licenses/MIT).