Skip to content

Contact list website that consumes API Data created using CodeIgniter 3 and PHP 7

License

Notifications You must be signed in to change notification settings

mateusflorez/codeigniter-notebook

Repository files navigation

📓 CodeIgniter Notebook

Status: Complete ✔️

PHP version 7.4.33
CodeIgniter version 3.1.13
MySQL version 8.0.31

Functionalities:

  • Get contacts from API
  • Contact CRUD

Instalation instructions:

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:

  1. Clone the project;
  2. Run docker-compose up --build;
  3. Wait for the containers to initialize correctly, the database will automatically be created with its structure;
  4. Access the server using the following URL: http://localhost:4500/
    • PhpMyAdmin: http://localhost:8080