Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadirermantr/chirper
Let's practice with Laravel Bootcamp
https://github.com/kadirermantr/chirper
backend laravel php
Last synced: about 2 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T07:14:06.000Z (10 months ago)
- Last Synced: 2024-03-19T08:30:35.761Z (10 months ago)
- Topics: backend, laravel, php
- Language: PHP
- Homepage: https://bootcamp.laravel.com
- Size: 193 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)