Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsoell/foteaux
A photo sharing platform focused on privacy and mental well-being. Built with Laravel 8.x on PHP 8.0
https://github.com/amsoell/foteaux
laravel laravel-live tailwindcss
Last synced: about 6 hours ago
JSON representation
A photo sharing platform focused on privacy and mental well-being. Built with Laravel 8.x on PHP 8.0
- Host: GitHub
- URL: https://github.com/amsoell/foteaux
- Owner: amsoell
- Created: 2021-07-07T16:25:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T10:29:25.000Z (over 3 years ago)
- Last Synced: 2025-01-03T01:08:36.709Z (2 days ago)
- Topics: laravel, laravel-live, tailwindcss
- Language: PHP
- Homepage:
- Size: 442 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foteaux
Foteaux is a safety-first photo sharing service
[![tests](https://github.com/amsoell/foteaux/actions/workflows/tests.yml/badge.svg)](https://github.com/amsoell/foteaux/actions/workflows/tests.yml)
[![static code analysis](https://github.com/amsoell/foteaux/actions/workflows/analysis.yml/badge.svg)](https://github.com/amsoell/foteaux/actions/workflows/analysis.yml)## Social Networks Bad
[Several](https://www.researchgate.net/publication/344195460_Getting_Fewer_Likes_Than_Others_on_Social_Media_Elicits_Emotional_Distress_Among_Victimized_Adolescents) [studies](https://journals.sagepub.com/doi/abs/10.1177/0956797616645673) show that social media is a growing problem for adolescents, and the focus on getting the maximum number of likes and followers can lead to decreased happiness and quality of life. Foteaux is a service that allows users to share their photos, but cuts out the social aspects that can cause these negative effects.
Beyond that, Foteaux has been an excuse to implement some software skills that are of a particular interest to me:
+ [Laravel Livewire](https://laravel-livewire.com)
+ [PHPUnit tests](https://phpunit.de)
+ [OpenAPI documentation](https://swagger.io/resources/open-api/)
+ [Tailwind CSS](https://tailwindcss.com)## Setup
```
composer install
yarn install
yarn dev
php artisan migrate
```