A clone of the Instagram website made for the purpose of learning the MVC architecture
- MVC
- html, css, javascript
- Twig for templating
- PHP
- ToroPHP, composer
- PostgreSQL
(Make sure you have docker installed)
- Add
127.0.0.1 instagram.rebel.local
entry in your/etc/hosts
file - run
docker-compose up
- run
docker exec -it instagram-clone_db_1 bash
in another terminal - run
PGPASSWORD=password psql -h localhost -d instagram -U root < dump.sql
to populate the database and exit the terminal - open http://instagram.rebel.local:8000