Giter Site home page Giter Site logo

flask-app-vercel-three's Introduction

flask-app-vercel

Flask Vercel

Flask application templates hosted on Vercel, included with unit testing and Python modules.

Structure ๐Ÿ“‚

flask-app-vercel
โ”œโ”€โ”€ .github
โ”œโ”€โ”€ handlers
โ”œโ”€โ”€ modules
โ”œโ”€โ”€ static
โ”‚   โ”œโ”€โ”€ images
โ”‚   โ”œโ”€โ”€ scripts
โ”‚   โ””โ”€โ”€ styles
โ”œโ”€โ”€ templates
โ”œโ”€โ”€ tests
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ app.py
โ”œโ”€โ”€ requirements.txt
โ””โ”€โ”€ vercel.json
  • .github is a folder that used to place Github related stuff, like CI pipeline.
  • handlers contain handler to handling HTTP request methods.
  • modules contain the main modules of the app.
  • static contain static files like images, CSS, and JavaScript files.
  • templates contain the file that will be rendered for display in the browser.
  • tests contain unit test of the app.
  • .gitignore is a file to exclude some folders like venv.
  • LICENSE is a file that contains the license used in this app.
  • README.md is the file you are reading now.
  • app.py is the main file of this app.
  • requirements.txt is a file that contains a list of dependencies used in this app.
  • vercel.json is a file that contains configuration and override the default behavior of Vercel.

Installation ๐Ÿ› ๏ธ

  • Clone the repository:
git clone https://github.com/putuwaw/flask-app-vercel.git
  • Create a virtual environment:
python -m venv venv
  • Activate virtual environment:
source venv/Scripts/activate
  • Install dependencies:
pip install -r requirements.txt
  • Run app:
python app.py
  • Run test:
pytest

flask-app-vercel-three's People

Contributors

abubakar-shaikh-dev avatar

Watchers

 avatar

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.