Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
/ PytharkFlask Public archive

Example if Pythark implementation for the web

License

Notifications You must be signed in to change notification settings

Highjhacker/PytharkFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgur

PytharkFlask

A Pythark example based on Flask, allowing us to search for delegates.

Demo

Built with

Installation

The first step is to clone this repository :

$ git clone https://github.com/Highjhacker/PytharkFlask.git

Then go inside the cloned repository and create a virtualenvironment(How to create a VirtualEnvironment)

$ cd PytharkFlask
$ virtualenv venv 
# Or if you want to specify a python version
$ virtualenv -p python3.6 venv # If python3.6 is a correct command

When the virtualenv is created, all you need to do is to install the dependencies from the requirements.txt file

pip install -r requirements.txt

When the dependencies are installed, you need to export some variables for Flask

$ export FLASK_APP=run.py
# The differents configurations are inside the config.py file
$ export APP_SETTINGS=config.DevelopmentConfig

And you should be ready to run it

$ flask run

TODOS

Authors

  • Jolan Beer - Highjhacker

License

PytharkFlask is under MIT license. See the LICENSE file for more informations.

About

Example if Pythark implementation for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages