This repository was created to store the CMS code of the dynamic personal portfolio website
Frontend: ReactJS, TailwindCSS, axios, react-router-dom
Backend CMS: PHP, Laravel, Bootstrap
Backend API: PHP, Laravel
Database: Mysql
- database migration
- Content Manaement System
- Dinamic Data
- CRUD personal data
Clone the project
git clone https://github.com/syrsdev/portofolio-cmsGo to the project directory
cd portofolio-cmsInstall dependencies
composer install
npm installEnvironment
cp .env.example .env
Search & Replace db name in .env file
DB_DATABASE=portofolioDatabase & App setup
php artisan migrate
or with seeder
php artisan migrate:fresh --seed
php artisan key:generateStart the server
php artisan serve --port=8081
open another terminal and run:
npm run devplease check and read the documentation: https://github.com/syrsdev/portofolio-web
please check and read the documentation: https://github.com/syrsdev/portofolio-api
If you have any feedback, please reach out to us at https://linktr.ee/syrsdev