-
Install docker
- MacOs: brew install docker
- Linux: sudo apt-get install docker-engine -y
- Windows: https://hub.docker.com/editions/community/docker-ce-desktop-windows/
-
Clone the repo
-
Move to repo folder root
- cd ci4_rest_api
-
Run docker-compose
- docker-compose up -d
- Codeigniter: Version 4.0.4
- Docker: Official php:7.4-apache image
- JWT: Authentication with json web tokens
- MySql: Mysql version 5.7
We welcome contributions from the community.