i want to build a website for oinline classes using django - vimeo

i want to build a website like vimeo in Django, please guide me to build. i tried to search the google world, found nothing even to start. please guide me to build like one.

Related

Want to make a perfect flutter app with bloc but don't know how to

I am a learner and has created two apps with service based architecture.
I want to integrate flutter bloc.
I found individual examples of different tasks.
But when it comes to integrate all within one app it's quite confusing and difficult.
Also, could not find an ideal source code on github as an example.
Please can anyone show direction.

Adding Admin to page to an e-commerce website

A friend of mine want me to help him develop a website and admin interface to it.
The admin interface is to help him be able to write plain text that get updated on his website.
Please How do I go about this.
It’s my first time doing such
I’m trained in Vue.js, MYSQL & basics of Node.js
The question is not very specific. What you are essentially talking about is a content management system.
If i were you, i would build the frontend with Vue and then use a headless CMS like Strapi for the database and admin interface! Strapi has an API your vue-site can consume to showcase the content.

Swift and ruby on rails

I am creating an online game with ruby on rails and I would like to use the same login and database on my swift application.
For example If I would to create an account on the website I would be able to login, view, and edit my account on the swift application. It would also update for the website or rails application as well. How would I do this?
I would recommend that you look into breaking this down into parts. For example, do you have the login working on the web portion (rails)? If so then you can begin to try to get it to work on the iOS side. Next I would recommend you look into POST and GET requests as a basic way of talking to a back end. Once you have gotten simple apps to work with that then you might have a better idea of the path that lies ahead.

How do I package an HTML5 web app as an Android app?

I have been searching the Internet for hours and I still have no idea what it is or what to do - I was assigned this task by my boss.
Please somebody just give me a step-by-step guide on what to do. I can look up the individual steps on my own; I just need to know the process.
And please don't post links; I have been doing that for the past hour and I just need someone to give me a brief outline (kind of like what Wikihow or eHow does).
Thank you.
If your application is all in HTML, you can use a framework such as Apache Cordova (formerly known as PhoneGap) to package it into an Android app.
There are instructions on the official website on how to do that: http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide

how to use facebook credentials to log in to my native mobile web application

im doing a web base mobile using jquery and html and using sqlite database for log in. right now im struggling with sqlite database log in so im thinking of an alternative like using facebook credentials as a means to log in in my native app is this feasible if yes can anyone point me to right track?can someone give sample code im new in this so sample code with be helpful
I think your are searching for this:
https://developers.facebook.com/docs/facebook-login/
Samplecode will need more specification since you need to know if you will use a js-libary or for example go through the process manually.
If you need help on a specific problem feel free to ask with more specifications.