|
|
|
|
|
by Idered
3984 days ago
|
|
As backend framework we're using Laravel hosted on digital ocean. Images are hosted on Amazon S3, we also queue uploads to S3 with SQS. Imgix is great service and I can't even imagine building tookapic without it. For database we use postgresql. Any other questions :)? |
|
My only suggestion would be with the domain you have, make user pages subdomains. It's easy to achieve in Laravel and makes a more pleasing url.
Instead of https://tookapic.com/photos/21408 you could make it https://pawelkadysz.tookapic.com/21408
And even take that a step further and use slugs for urls instead of ID's https://pawelkadysz.tookapic.com/playing-with-light
URL design is a huge thing that many often ignore, but I feel is essential to a website.