Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammaddzakiardiansyah/project-movies-collection
Test Interview 3 Rect Media Talenavi
https://github.com/muhammaddzakiardiansyah/project-movies-collection
Last synced: about 1 month ago
JSON representation
Test Interview 3 Rect Media Talenavi
- Host: GitHub
- URL: https://github.com/muhammaddzakiardiansyah/project-movies-collection
- Owner: muhammaddzakiardiansyah
- Created: 2024-11-19T08:58:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:30:14.000Z (about 2 months ago)
- Last Synced: 2024-11-19T17:34:25.840Z (about 2 months ago)
- Language: PHP
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-movies-collection
Test Interview 3 Rect Media Talenavi## description project
This simple project CRUD for manage movies collection## feature
- Show movies collection
- Search movies by title
- Add movies collection
- Update movies collection
- Delete movies collection## technology
- Laravel 11
- Mysql
- Tailwindcss with daisyui
- Multi select tag## Installation
Install project-movies-collection with composer & npm
After clone project install composer
```bash
composer install
```
install node module
```bash
npm install
```
add this code to .env for configurate database```env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=movies_collection
DB_USERNAME=root
DB_PASSWORD=
```generate key
```bash
php artisan key:generate
```and now
```bash
php artisan serve
#and
npm run dev
```
## Authors- [@muhammaddzakiardiansyah](https://www.github.com/muhammaddzakiardiansyah)