Code Monkey home page Code Monkey logo

moviebank's Introduction

Moviebank

  • Movie Bank aracılığı ile kullanıcıların filmler, diziler ve ünlüler hakkında bilgi edinebileceği, izleyeceği filmleri sitemizde bulunan popüler filmler listesi, gelecek filmler listesi, filmlere yapılan yorumlar ve filmlere verilen puanlar sayesinde seçebileceği, filmlere puan verip yorum yapabileceği kullanıcı etkileşimli bir web site.

  • Client ile ilgili bölümler için detaylı bilgi: Moviebank Client

Hazırlıklar

  • Ruby on Rails nasıl kurulur ?
$ sudo apt-get update //sistemi güncelleyelim 
$ sudo apt-get install curl // rvm yüklemek için curl kuralım
$ \curl -L https://get.rvm.io | bash -s stable --ruby // curl i indirelim
// rvm i yükledikten sonra aşağıdaki kodları sırayla çalıştıralım.
$ rvm get stable --autolibs=enable
$ rvm install ruby
$ rvm --default use ruby-2.5.1
 
$ sudo apt-get install nodejs //nodejs i indirelim

$ gem -v // 2.5.1

$ gem install rails --version=5.2.1

$ rails -v => 5.2.1

$ sudo apt-get install postgresql // database i indirmek için

  • React nasıl kurulur ?
$ [nodejs.org](https://nodejs.org/en/download/) üzerinden işletim sisteminize uygun nodejs sürümünü yükleyin.
$ React.Js kurulumunu güncel olarak [Reactjs.org](https://reactjs.org/tutorial/tutorial.html#setup-for-the-tutorial) üzerinden bulabilirsiniz.

$ sudo apt-get install npm // npm i indirmek için

Projeyi çalıştırmak için aşağıdaki kodları sırayla çalıştıralım.

// api yi çalıştırmak için 

$ git clone this repo
$ cd repo_name
$ bundle install // kütüphaneler için gerekli
$ rails db:create // database oluşturma
$ rails db:migrate // database ayarları
$ rails s -p 3001

// client i çalıştırmak için

$cd MovieBank_Client
$npm install
$npm start #facebook ve google girişini kullanma isterseniz HTTPS=true npm start


Built With

Contributing

License

  • Bu proje MIT lisansıyla lisanslanmıştır.LICENSE

moviebank's People

Contributors

nafidurmus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.