This is UNIT Factory(42 school) web project.
Goal - create website with pure php, without any packages.
It includes authorisation with login, sign up, forgot password and email confirming actions.
After login you can make photos with different stickers on it, save it on gallery.
Gallery supports pagination, also you can leave comment or like on every post on it.
This project is running using docker
Just run docker-compose up -d --build
- docker-machine create dev --driver virtualbox
- docker-machine env dev
- eval $(docker-machine env dev)