Skip to content

Rails app to handle the backend of movie listing & review app.

Notifications You must be signed in to change notification settings

carolgreene/movie-cue-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rails app to handle the backend of movie listing & review app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published