An open API service indexing awesome lists of open source software.

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.

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...)