Skip to content

Notify is an application that allows a user to manage their music collection. A user can add songs and delete them if they no longer want that song in their collection. Notify uses JavaScript as it's frontend and a Rails API for it's backend.

Notifications You must be signed in to change notification settings

kam3r0nz/javascript-project-hungerford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Notify

Notify is an application that allows a user to manage their music collection. A user can add songs and delete them if they no longer want that song in their collection. Notify uses JavaScript as it's frontend and a Rails API for it's backend.

Installation

To use this app, just clone this repo.

And then execute:

$ bundle install

Usage

After cloning the repository and running bundle, the server can be started from the backend:
Step 1) Run: rake db:migrate
Step 2) Run: rake db:seed
Step 3) Run: rails s

Index.html, on the frontend, should then be opened in a browser.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kam3r0nz/javascript-project-hungerford. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The app is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the BPTracker project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Notify is an application that allows a user to manage their music collection. A user can add songs and delete them if they no longer want that song in their collection. Notify uses JavaScript as it's frontend and a Rails API for it's backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published