T
T
tyilamg2019-01-17 15:30:52
Python
tyilamg, 2019-01-17 15:30:52

Your cloud storage?

Hello everyone, I want to write my own Python cloud. But make it in the form of a website. Has anyone encountered this and is it possible to do this at all?
For those who do not understand the essence of the issue, I want to write my own website where my files will be stored and take Python as the basis for the Back-end. How to implement it?
This site is needed for course work.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2019-01-17
@sergey-gornostaev

is it possible to do it at all?

Dropbox is there, so it's possible.
This can be done without cloud technologies.
  1. Learn the principles of web development;
  2. Learn Python;
  3. Choose the right framework;
  4. Write code;
  5. Set up server(s);
  6. Deploy your project to them.

F
Fixid, 2019-01-17
@Fixid

Owncloud to the rescue

R
Ranwise, 2019-01-17
@Ranwise

in addition to python, you will also need a frontend - HTML \ CSS \ JS, SPA (react \ vuejs \ angular) or self-written js
on github, there are various examples
- https://github.com/hooram/ownphotos
- https://github.com /nextcloud

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question