Movie Central is a web app that allows users to browse through currently popular movies and also through currently top rated movies. Users can also create an account to add movies to their own watchlist and grow their collection.
This repo contains the frontend portion of the web application.
For the repo to the Rails API backend portion of this application, please go to: https://github.com/rcho100/movie-central-backend
Please see the above link to the Rails API backend if you have not done so already and make sure to run bundle install to load the Ruby gems and dependencies. Have a Postgres server running. Then run rails db:create to create the database and rails db:migrate to migrate the migration files.
Clone this repo([email protected]:rcho100/movie-central-frontend.git) onto your computer for the frontend of this application. Run npm install to install and npm start to run the server.
For the Frontend:
- React
- Redux
- React Router
- React-Bootsrap
- CSS
For the Backend:
- Ruby
- Rails API
- Bcrypt
- Fast JSON API
- Session Cookies
- PostgreSQL
Issues and pull requests are welcome at https://github.com/rcho100/movie-central-frontend.