Coder Social home page Coder Social logo

lgtm-migrator / transinformed-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from beawitcht/transinformed-server

0.0 0.0 0.0 35.11 MB

Server for Trans Informed GP guide

Home Page: https://www.transinformed.co.uk/

License: MIT License

JavaScript 11.55% Python 26.14% CSS 0.53% HTML 61.77%

transinformed-server's Introduction

Trans Informed server

Language grade: Python LGTM Grade Mozilla HTTP Observatory Grade Twitter Follow


Trans Informed logo

About

This service is still an early prototype.

This is a web app to generate contextualised documents for people to bring to their GPs to provide them with one document containing the most important information for both the GP and the patient.

Setup guide

Installation

Navigate to app directory:

cd app/

Install with pip:

pip install -r requirements.txt

Configure .env

The following environment variables are required:

PDF_API_KEY=<your-pdf-api-key> # api key for conversion to PDF: convertapi.com
RECAPTCHA_PUBLIC_KEY=<your-recaptcha-public-key> # google recaptcha public key
RECAPTCHA_PRIVATE_KEY=<your-recaptcha-private-key> # google recaptcha private key
IS_DEV = 1 # set to 1 to disable caching

Run with gunicorn

gunicorn -w 4 -b 127.0.0.1:8000 main:app

ko-fi

transinformed-server's People

Contributors

beawitcht avatar dependabot[bot] 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.