Overall, this CRUD-project covers basic functionality of Codeigniter framework. It mocks user database with all CRUD operations available. Frontend is made up using Bootstrap 4.
Instructions:
- Install Docker and run docker-compose.yml
- php spark migrate - to apply migration
- php spark db:seed AddUserData - to add mock data
- php spark serve - to launch local instance of a migration