Code Monkey home page Code Monkey logo

py4web-caprover's Introduction

What is py4web-caprover?

It's a CapRover starting point to deploy PY4WEB amazing Web Apps and API's.

PY4WEB is a web framework for rapid development of efficient database driven web applications. It is an evolution of the popular web2py framework but much faster and slicker.

Read more about PY4WEB here...

  • ๐Ÿ”ฅ Fire ๐Ÿ”ฅ

Features

  • Web Dashboard (admin)
  • Documentation
  • So many example Apps

Installation

Deploy using Caprover

Caprover is a tool that turns your personal VPS into a Platform as a Service comparable to dokku or Heroku.

  1. Get started with Caprover on your VPS and your CLI

  2. Create a new app named flask (or anything else you like) in the Caprover interface

  3. Inside the HTTP Settings section of the new app enable HTTPS and select Force HTTPS by redirecting all HTTP traffic to HTTPS

  4. On your local machine, clone this repository and cd into it git clone https://github.com/carlosarmentac/py4web-caprover.git && cd py4web-caprover

  5. Provide a PY4WEB dashboard Password: Edit "Dockerfile" file and change line 6:

    ARG password=none
    
  6. Need aditional Python libraries? Add it in "requirements.txt" file:

    psycopg2-binary
    # These libraries are required to be in "requirements.txt" file.
    # Other extra libraries like "mysql" or "requests"  must be added manually depending on your needs.
    
  7. Run caprover deploy and select your server and the app you just created

This repo is based on https://github.com/prakasharyaman/Flask-Api.git Thank You @prakasharyaman!

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.