My first ever rails project!
Link to hosted: https://mymediatracker5000.herokuapp.com/
This app was built to allow users to keep track of the movies, tv shows, anime, books, etc. that they have experienced. Users can send their list to friends to compare and contrast, acting as a conversation starter and helping them get to know each other. Users can also filter this list to see just their favorite media, rated 10/10. If the database does not have a medium you have experienced, it can be added easily.
- Fork and clone this repository then execute
$ bundle install
$ rails db:migrate
$ rails db:seed
- To start a server, run:
$ rails s
- Head over to your browser of choice and open up (http://localhost:3000/)
- Make an account and have fun!
- Use
ctrl+Cin your terminal to shut the server down.
Bug reports and pull requests are welcome on GitHub at https://github.com/SLarkworthy/MyMediaTracker. 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.
This project is licensed under the MIT License