https://github.com/akrivus/photogo
Ruby on Rails web application for managing users, photos, albums, and comments.
https://github.com/akrivus/photogo
Last synced: 3 months ago
JSON representation
Ruby on Rails web application for managing users, photos, albums, and comments.
- Host: GitHub
- URL: https://github.com/akrivus/photogo
- Owner: Akrivus
- Created: 2020-02-20T19:31:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T12:35:45.000Z (about 2 years ago)
- Last Synced: 2025-11-30T11:55:20.370Z (8 months ago)
- Language: Ruby
- Size: 22.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
PhotoGo is a sample application I wrote in 2020 for an interview, and updated from Rails 6 to 7 in 2024.
## What does it do?
PhotoGo is a simple photo upload app, similar to Instagram in function.
Users can create accounts, upload photos, add them to albums, and comment on both their and other people's photos.
## Plans
- Followers?
- Notifications?
- Tagging?
- Unique user handles?
(These sound like architecture questions too...)