https://github.com/kadirermantr/chirper
Let's practice with Laravel Bootcamp
https://github.com/kadirermantr/chirper
backend laravel php
Last synced: about 1 month ago
JSON representation
Let's practice with Laravel Bootcamp
- Host: GitHub
- URL: https://github.com/kadirermantr/chirper
- Owner: kadirermantr
- Created: 2023-04-02T00:32:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T18:13:31.000Z (about 1 year ago)
- Last Synced: 2025-09-13T09:56:10.961Z (9 months ago)
- Topics: backend, laravel, php
- Language: PHP
- Homepage: https://bootcamp.laravel.com
- Size: 550 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chirper
- **Tech Stack:** [Tech Stack File](https://github.com/kadirermantr/chirper/blob/master/techstack.md)
- **Programming Language:** PHP
- **Framework:** Laravel
- **Authentication:** [Laravel Breeze](https://laravel.com/docs/starter-kits#laravel-breeze)
- **Database Diagram:** [Diagram](https://dbdiagram.io/d/6428ec725758ac5f1725ffdb)
## Installation
```bash
cp .env.example .env
composer install
./vendor/bin/sail up -d
./vendor/bin/sail artisan migrate
```
## Missing Steps
- [Deploying](https://bootcamp.laravel.com/deploying)
- [Conclusion & Next Steps](https://bootcamp.laravel.com/conclusion)