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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:24:39.000Z (7 months ago)
- Last Synced: 2025-04-22T10:36:59.220Z (6 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 installnpm install
```Environment
```bash
cp .env.example .envSearch & Replace db name in .env file
DB_DATABASE=portofolio
```Database & App setup
```bash
php artisan migrate
or with seeder
php artisan migrate:fresh --seedphp artisan key:generate
```Start the server
```bash
php artisan serve --port=8081open 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