Code Monkey home page Code Monkey logo

polis-tribu's Introduction

Polis_tribu

Polis implementation for Tribu, it includes a complete website with a database that leverages the xid method of the polis embedded conversation to identify users uniquely.

Requirements

Written in Python 3.9

cryptography==3.4.8 email-validator==1.1.3 Flask-Babel==2.0.0 Flask-Bootstrap==3.3.7.1 Flask-Login==0.5.0 Flask-Mail==0.9.1 Flask-Migrate==3.1.0 Flask-WTF==0.15.1 gunicorn==20.1.0 PyJWT==2.1.0 PyMySQL==1.0.2 python-dotenv==0.19.0

Installation

The easiest way is to simply create a virtual environment using pipenv and installing the requirements. Gunicorn and PyMySQL are for server deployment which I've done using both nginx and gunicorn as a server. For most testing purposes the default flask server is more than enough.

Configuration

Configuration is done through a .env file which has to include the following parameters:

FLASK_APP=<name of flask app>
MAIL_SERVER='smtp.gmail.com'
MAIL_PORT=587
MAIL_USE_TLS=1
MAIL_USERNAME=<gmail account>
MAIL_PASSWORD=<gmail password>

polis-tribu's People

Contributors

jerojero avatar jerounimelb avatar

Stargazers

 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.