Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjh271/music_app
https://github.com/andrewjh271/music_app
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewjh271/music_app
- Owner: andrewjh271
- Created: 2020-09-20T00:36:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T05:32:15.000Z (8 months ago)
- Last Synced: 2024-12-09T09:54:19.117Z (27 days ago)
- Language: Ruby
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music App
Created as part of the App Academy [curriculum](https://open.appacademy.io/learn/full-stack-online/rails/music-app).
This project was another dive into dealing with and keeping track of multiple tables and the associations between them, creating the appropriate routes, models, views, and controllers for each table.
User and session authorizations exist to allow users to login and remain logged in on their browser.
A gem `mailcatcher` is used in development to view the confirmation email that is sent upon a new account being created. The email contains an activation link that is required for the user to login.