Skip to content

syrsdev/portofolio-cms

Repository files navigation

Logo

Portfolio Website - CMS (Content Management System)

This repository was created to store the CMS code of the dynamic personal portfolio website

License

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

  git clone https://github.com/syrsdev/portofolio-cms

Go to the project directory

  cd portofolio-cms

Install dependencies

  composer install

  npm install

Environment

  cp .env.example .env 

  Search & Replace db name in .env file
  DB_DATABASE=portofolio

Database & App setup

  php artisan migrate
  or with seeder
  php artisan migrate:fresh --seed

  php artisan key:generate

Start the server

  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

Feedback

If you have any feedback, please reach out to us at https://linktr.ee/syrsdev

About

content management system for my personal web portfolio using laravel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages