vadim-geroim / flixter

A two-sided video streaming marketplace platform, featuring credit card payment capabilities, user role management, complex user interfaces, and advanced database relationships.

Home Page:https://flixter-vadim-geroim.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README document steps are necessary to get the application up and running.

Precondition

  • Ruby version 2.5.3 installed
  • Ruby on Rails version 5.2.3 installed

Configuration

To get started with the app, clone the repo and then install the needed gems:

bundle install --without production

Database creation and initialization

Next, migrate the database:

rails db:migrate

Services (job queues, cache servers, search engines, etc.)

Run the app in a local server:

rails server

Deployment instructions

Following instructions for Heroku:

  • Login to your Heroku account
heroku login
  • Create Heroku app
heroku create your_app_name
  • Deploy an application
git push heroku master
  • Initialize database
heroku run rails db:migrate
heroku restart
  • The application should be up and running

About

A two-sided video streaming marketplace platform, featuring credit card payment capabilities, user role management, complex user interfaces, and advanced database relationships.

https://flixter-vadim-geroim.herokuapp.com/


Languages

Language:Ruby 69.9%Language:HTML 23.4%Language:CSS 4.3%Language:CoffeeScript 1.3%Language:JavaScript 1.0%