Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 784 Bytes

Gerenciador de Tarefas 📆 📝 🔥

Projeto usando:
  • CodeIgniter versão 3.1.7
  • PHP versão 7.0.25
  • Bootstrap versão 4.0
  • MySQL versão 5.7.21
Algumas imagens do projeto: 👇 💻

alt text

alt text

Rodar CodeIgniter no Ubuntu

systemctl restart apache2

sudo a2enmod rewrite

sudo service apache2 restart

sudo nano /etc/apache2/apache2.conf

<Directory /var/www/html/>
    AllowOverride All
</Directory>

sudo service apache2 restart