R
R
romasovest2018-03-29 22:34:12
PHP
romasovest, 2018-03-29 22:34:12

How to make a PHP service in 2 days?

There is a task - in a couple of days to make a web service of two pages: login and content. But I don’t rummage around in the back-end at all, a complete zero.
Project details: Authorization through VK and on the page with content, several videos are issued for a specific user from VK. For example, to a user with vk id 00000001 we show videos 1.mp4, 2.mp4, 3.mp4, and to a user with vk id 00000002 we show videos 1.mp4, 2.mp4, 3.mp4, 4.mp4, 5.mp4, 6. mp4, 7.mp4, 8.mp4, 9.mp4. It is permissible to enter user ids and the list of videos available to them into the database manually.
Basic skills: HTML, CSS, JS, AJAX, VK JS API
Plz tell me the required minimum back-end knowledge to solve the problem as briefly and narrowly as possible, directly on the topics preferably, that is, "this, this and this google, should be enough."
Thanks to!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
X
xmoonlight, 2018-03-29
@xmoonlight

1. official API VK,
2. PHP (php.net): sessions, authorization, work with mysql database.
3. mysql - creation and administration
OR
Freelance order.

V
Vladislav Nagorny, 2018-03-30
@esvils

Laravel + Socialite + MySql + Api VK

A
Alexander Semenov, 2018-03-29
@w4_alex

PHP Framework + MySQL + API VK.

D
Dmitry Bay, 2018-03-30
@kawabanga

If the task is to make a service and not take a steam bath, on popular frameworks it is done in a couple of hours maximum.
VK API is not needed.
Yii2:
Installing the dektrium package
cuts out authorization by login.
you add authorization on VK.
Then you have all the information on the authorized account stored in the system. You are using a user ID.
And then create a pair of CRUD.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question