A reponsive web application blog where users can create & host their articles
- Bootstrap 5
- CodeIgniter 4
- GSAP
- AOS
- QuillJS
- SweetAlert
- 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