Git Product home page Git Product logo

vita's Introduction

Vita

A on demand Video Streaming platform. Live: https://vita-stream.herokuapp.com/

How to run?

  • Clone the Repository.
  • Make a virtual environment.
  • Change directory to vit-django/ to navigate to the backend directory.
  • Run pip install -r requirements.txt to install the dependencies.
  • Create .env file set following variables - SECRET_KEY, DEBUG, FB_SOCIAL_AUTH_KEY, FB_SOCIAL_SECRET, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_STORAGE_BUCKET_NAME, BRAINTREE_MERCHANT_ID, BRAINTREE_PUBLIC_KEY, BRAINTREE_PRIVATE_KEY, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD to able to access all the features like FB login, AWS S3 Bucket, Braintree Payment Gateway and Send Mail.
  • Run python manage.py makemigrations.
  • Run python manage.py migrate.
  • Run python manange.py runserver to start the backend server.
  • Change directory to vitareact/ to navigate to the frontend directory.
  • Create .envfile set following variables -
    • REACT_APP_API=http://127.0.0.1:8000/api/
    • REACT_APP_FRONTEND=http://localhost:3000/
    • REACT_APP_BACKEND=http://localhost:8000
    • REACT_APP_FB_CLIENT_ID
    • REACT_APP_FB_CLIENT_SECRET
    • REACT_APP_FB_APP_ID - FB login API
  • Value of REACT_APP_FB_CLIENT_IDand REACT_APP_FB_CLIENT_SECRET you will get by making new entry in Applications Model in Django Admin (Client Type - Confidential, Authorization grant type - Resource owner password-based and User)
  • Run npm install to install all the react dependencies.
  • Run npm start to run the frontend server.
  • Now you good to go.

Tech Stack

  • Backend - Django Rest Framework.
  • Frontend - React.js.
  • Database - SQlite3.
  • Video Database - AWS S3 Bucket.
  • Payment Gateway - Braintree.

Team : webPLASH

  • Aman Tibrewal
  • Harshit Gangwar

vita's People

Contributors

amantibrewal310 avatar harshjoeyit avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

harshjoeyit

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.