https://github.com/syrsdev/portofolio-cms
content management system for my personal web portfolio using laravel
https://github.com/syrsdev/portofolio-cms
backend cms cms-backend laravel portofolio-website
Last synced: 4 months ago
JSON representation
content management system for my personal web portfolio using laravel
- Host: GitHub
- URL: https://github.com/syrsdev/portofolio-cms
- Owner: syrsdev
- License: mit
- Created: 2024-05-28T13:54:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-03T12:56:41.000Z (8 months ago)
- Last Synced: 2025-11-03T14:28:49.822Z (8 months ago)
- Topics: backend, cms, cms-backend, laravel, portofolio-website
- Language: PHP
- Homepage:
- Size: 16.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Portfolio Website - CMS (Content Management System)
This repository was created to store the CMS code of the dynamic personal portfolio website
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Tech Stack
**Frontend:** ReactJS, TailwindCSS, axios, react-router-dom
**Backend CMS:** PHP, Laravel, Bootstrap
**Backend API:** PHP, Laravel
**Database:** Mysql
## Features
- database migration
- Content Manaement System
- Dinamic Data
- CRUD personal data
## Run Locally
Clone the project
```bash
git clone https://github.com/syrsdev/portofolio-cms
```
Go to the project directory
```bash
cd portofolio-cms
```
Install dependencies
```bash
composer install
npm install
```
Environment
```bash
cp .env.example .env
Search & Replace db name in .env file
DB_DATABASE=portofolio
```
Database & App setup
```bash
php artisan migrate
or with seeder
php artisan migrate:fresh --seed
php artisan key:generate
```
Start the server
```bash
php artisan serve --port=8081
open another terminal and run:
npm run dev
```
### Install and run the Website
please check and read the documentation: https://github.com/syrsdev/portofolio-web
### Install and run the API
please check and read the documentation: https://github.com/syrsdev/portofolio-api
## Authors
- [@syrsdev](https://www.github.com/syrsdev)
## Feedback
If you have any feedback, please reach out to us at https://linktr.ee/syrsdev