https://github.com/syrsdev/portofolio-api
api for my personal portfolio website
https://github.com/syrsdev/portofolio-api
api api-rest backend backend-api laravel
Last synced: about 1 month ago
JSON representation
api for my personal portfolio website
- Host: GitHub
- URL: https://github.com/syrsdev/portofolio-api
- Owner: syrsdev
- License: mit
- Created: 2024-07-15T16:20:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T17:58:32.000Z (about 1 year ago)
- Last Synced: 2025-07-08T00:18:14.169Z (12 months ago)
- Topics: api, api-rest, backend, backend-api, laravel
- Language: PHP
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Portfolio Website - API
This repository was created to store the backend api 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
- RESTful API
- API Routing and Distribution
## Run Locally
Clone the project
```bash
git clone https://github.com/syrsdev/portofolio-api
```
Go to the project directory
```bash
cd portofolio-api
```
Install dependencies
```bash
composer 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
```
### Install and run the Website
please check and read the documentation: https://github.com/syrsdev/portofolio-web
### Install and run the CMS (Content Management System)
please check and read the documentation: https://github.com/syrsdev/portofolio-cms
## Authors
- [@syrsdev](https://www.github.com/syrsdev)
## Feedback
If you have any feedback, please reach out to us at https://linktr.ee/syrsdev