This simple web app allows user to keep track of upcoming movies. A user is able to create an account, see a list of upcoming movies, add new movies, edit and delete only movies that's belongs to them, and logout.
This is my Sinatra Portfolio Project for Flatiron School's Full Stack Web Development course.
Clone this repo, and type the below
$ cd upcoming-movies-tracker
$ bundle
$ rackup config.ru
or
$ shotgun
open the IP address in a browser.
Sign up for an account by creating a username and password, then add a listing for upcoming movies that you'd like to see.
Bug reports and pull requests are welcome on GitHub at https://github.com/dowpm/upcoming-movies. 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 app is available as open source under the terms of the MIT License.