Blog
A reponsive web application blog where users can create & host their articles
Tech Stack
- Bootstrap 5
- CodeIgniter 4
- GSAP
- AOS
- TrixEditor
- SweetAlert
Installation
- Configure
.env
with your database, appname & baseurl details - Migrate all tables
php spark migrate
- Seed all dummy datas to the tables
php spark db:seed dataSeeder
- Start the server
php spark serve