Coder Social home page Coder Social logo

uploader's Introduction

Cloud Storage with Flask

Cloud Storage API 입니다.

Nginx, Flask, MySQL, Docker를 사용하였습니다.

API demo URI

https://upload-now-box.cf

Installation

docker 설치가 선행되어야 합니다.

git clone https://github.com/victorjws/uploader.git
  • uploader/data/nginx/app.conf file의 domain을 수정

  • uploader/uploader/utils/ 하위에 secret.json 생성 후 아래 내용을 입력

{
  "secret_key": "server secret key",
  "database_uri": "database uri",
  "aws_access_key_id": "access key id",
  "aws_secret_access_key": "secret access key"
}
  • init-letsencrypt.shrun-uploader.sh를 차례로 실행

References

TODO

  • Test code
  • CI / CD
  • Kubernetes

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.