8000 GitHub - dastidarrohan/VITask: VITask is an Open Source Dynamic API server for VTOP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dastidarrohan/VITask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VITask

VITask is a dynamic API server for VTOP.

Guide for Web Application

Prerequisites

Python 3.2 or higher

Installation

1.Creating Virtual Environment and Installing Flask

  • Open cmd
  • Change current directory to VITask directory
  • Run this py -3 -m venv venv' or 'python3 -m venv venv
  • To activate virtual environment, run this venv\Scripts\activate
  • Now install Flask using pip install Flask

2.Installing Requirements.txt:

  • Open cmd
  • Go to VITask directory
  • Run this pip install -r requirements.txt

Before you run main.py

  • Authorize Firebase by saving firebase.json in a suitable location and then executing set GOOGLE_APPLICATION_CREDENTIALS=path_to_your_firebase.json\firebase.json in cmd.

Running main.py

  • Open cmd
  • Change current directory to VITask folder
  • Now run py main.py or python main.py or python3 main.py or py3 main.py
  • Open your Browser and then enter URL http://localhost:5000/login to enter your login details
  • Now Check the main.py for the @ap 6F56 p.route and then head over to the page you want to check for example if you want to check page xyz then it will have an app route as @app.route('/xyz').Then use the URL http://localhost:5000/xyz

About

VITask is an Open Source Dynamic API server for VTOP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0