Giter VIP home page Giter VIP logo

drone-registration's Introduction

Flask-Intro for the installation of this repo to your PC

You can refer to Flask’s documentation for more information. Flask Documentation

Requirements file consists the following:

-bcrypt==3.1.7 -cffi==1.14.0 -click==7.1.1 -Flask==1.1.2 -Flask-Bcrypt==0.7.1 -Flask-Login==0.5.0 -Flask-SQLAlchemy==2.4.1 -Flask-WTF==0.14.3 -itsdangerous==1.1.0 -Jinja2==2.11.2 -MarkupSafe==1.1.1 -pycparser==2.20 -six==1.14.0 -SQLAlchemy==1.3.16 -Werkzeug==1.0.1 -WTForms==2.2.1 -Gunicorn=20.1

Installation

Creating Virtual Environment

You can create a virtual environment and install the required packages with the following commands:

$ virtualenv venv $ . venv/bin/activate (venv) $ your source file

or On linux system, $ python3 -m venv <env_name> To activate the env just type in terminal, $ source <env_name>/bin/activate

  • install all the dependencies as mentioned in Reqirements $ python3 <env_name>/bin/activate $ pip install -r <requirements.txt> file

To Run Project

With the virtual environment activated you can cd into any of the examples and run the main script.

(venv) $ python mypage.py or (venv) $ export FLASK_APP=<file_name.py> (venv) $ flask run

drone-registration's People

Contributors

a-ayush avatar ankitdubey987 avatar

Watchers

 avatar

Forkers

ankitdubey987

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.