Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)