Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 943 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 943 Bytes

📓 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