Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noqcks/rotten-mangoes
A movie directory application made in Rails
https://github.com/noqcks/rotten-mangoes
Last synced: 20 days ago
JSON representation
A movie directory application made in Rails
- Host: GitHub
- URL: https://github.com/noqcks/rotten-mangoes
- Owner: noqcks
- Created: 2014-09-30T19:07:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T00:57:37.000Z (about 10 years ago)
- Last Synced: 2024-10-11T16:12:37.249Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rotten-Mangoes
==============A Rotten Tomatoes clone. An application for movie listings online, built with Rails. Inclues all CRUD functions, with a very simple UI layout.
## Getting Started
1. clone
2. `bundle install`
3. `rake db:migrate`
4. `rails s`
5. Visit `localhost:3000/` in your browser