Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armandwipangestu/blog
Blog sederhana dibuat menggunakan php native dan content menggunakan markdown
https://github.com/armandwipangestu/blog
blog bootstrap mysql php sql
Last synced: 21 days ago
JSON representation
Blog sederhana dibuat menggunakan php native dan content menggunakan markdown
- Host: GitHub
- URL: https://github.com/armandwipangestu/blog
- Owner: armandwipangestu
- Created: 2022-01-20T01:27:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T15:22:22.000Z (about 2 years ago)
- Last Synced: 2023-03-09T22:51:27.819Z (almost 2 years ago)
- Topics: blog, bootstrap, mysql, php, sql
- Language: SCSS
- Homepage: https://blog.armandwipangestu.my.id
- Size: 12.3 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Teknologi Yang Digunakan
- HTML
- CSS
└─ [Bootstrap](https://getbootstrap.com/)
└─ [Font Awesome](https://fontawesome.com/)
- Javascript
└─ [SweetAlert2](https://sweetalert2.github.io/)
└─ [Highlight JS](https://highlightjs.org/)
- PHP
└─ [Parsedown](https://github.com/erusev/parsedown)### Cara Install Di Localhost
- Clone atau Download Repository
> NOTE: Simpan di dalam folder htdocs
```bash
git clone --depth=1 https://github.com/armandwipangestu/blog/
```- Membuat database dengan nama `demo_blog`
- Import SQL File
```sql
Upload file demo_blog.sql ke dalam database `demo_blog` melalui phpmyadmin```
- Ubah query koneksi terhadap mysql pada file `function/functions.php`
```php
return mysqli_connect("localhost", "username", "password", "demo_blog");
```### Demo Website
- Link Website: [armandwipangestu.rf.gd/demo_blog/](http://armandwipangestu.rf.gd/demo_blog/)
- Username: `demo`
- Password: `demo`### Sebagai user
https://user-images.githubusercontent.com/64394320/185077351-e60a473f-ef4a-4ac0-ac71-9fe72a001d4c.mp4
### Sebagai admin
https://user-images.githubusercontent.com/64394320/185077988-51612d16-02df-44e2-9cea-7bd00a63eaf2.mp4