Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanzefanya/portfolio-v2
Portfolio Berbentuk Web dengan menggunakan Laravel 11, untuk preview web bisa di klik link dibawah
https://github.com/jonathanzefanya/portfolio-v2
Last synced: 24 days ago
JSON representation
Portfolio Berbentuk Web dengan menggunakan Laravel 11, untuk preview web bisa di klik link dibawah
- Host: GitHub
- URL: https://github.com/jonathanzefanya/portfolio-v2
- Owner: JonathanZefanya
- Created: 2024-10-28T13:55:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:22:12.000Z (about 2 months ago)
- Last Synced: 2024-11-18T04:23:02.089Z (about 2 months ago)
- Language: Blade
- Homepage: https://jojo.tirtagt.xyz
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jonathan Natannael Zefanya Portfolio
Welcome to my portfolio! This project is created using **Laravel 11**.
## Tech Stack
- **Client:** TailwindCSS, Flowbite
- **Server:** Laragon, MySQL, Laravel, Composer## Run Project
To get the project up and running, follow these steps:1. **Install Composer dependencies:**
```sh
composer install
```2. **Install Node.js dependencies:**
```sh
npm install
```3. **Copy the example environment file and generate the application key:**
```sh
cp .env.example .env
php artisan key:generate
```4. **Run database migrations and seed the database:**
```sh
php artisan migrate --seed
```5. **Create symbolic links to storage:**
```sh
php artisan storage:link
```6. **Serve the application:**
```sh
php artisan serve
```7. **Compile assets:**
```sh
npm run dev
```## Folder MYSQL(For Import)
it's for import database if you don't want migration and seed database with php artisan,
and it's had dummy data for project and post page---
Feel free to explore and contribute to the project. Happy coding!