Status: Complete ✔️
PHP version | 7.4.33 |
CodeIgniter version | 3.1.13 |
MySQL version | 8.0.31 |
- Get contacts from API
- Contact CRUD
This project is configured to run in the Docker environment, if you prefer to run without Docker, it's necessary to configure the database and run the codeigniternotebook.sql
script manually.
If you are using Docker, follow these steps:
- Clone the project;
- Run
docker-compose up --build
; - Wait for the containers to initialize correctly, the database will automatically be created with its structure;
- Access the server using the following URL:
http://localhost:4500/
- PhpMyAdmin:
http://localhost:8080
- PhpMyAdmin: