Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.25 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.25 KB

Movie-Cue-Backend

Movie-cue-backend is the backend portion of a movie listing and review site. It uses rails and is used in conjunction with Movie-Cue-Frontend, which handles the frontend portion of the app. Users can look up, add, edit, and delete movies. They can also read, write, and delete reviews. It currently does not have sign-up or sign-in features, but I plan on adding those in the future.

Installation & Usage

1.Fork and clone this repository 2.Run bundle install in your terminal 3.Run rails db:migrate 4.Run rails s, to deploy the program in the browser. 5.Go to http://localserver:3000 or http://localserver:3001 to start navigating.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/'carolgreene'/movie-cue-backend. 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 gem is available as open source under the terms of the MIT License.

Code of Conduct

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