Giter Site home page Giter Site logo

testp's Introduction

testp

####Get inside the workdir i.e testp. you can create a virtualenv or use your main installation version should be at least 3.7.3

  • To create a virtualenv

      virtualenv -p python3 <name of you env>
    
  • activate your virtual environment

      source <name of you env>/bin/activate
    
  • Install the dependencies.

      pip install -r requirements.txt
    
  • Work out your system dependencies.

web-server

python __init__.py
By default the server will be available under
http://localhost:8443
N.B. 
1. this project depends on postgresql database the connection parameters are defined in proj/app/settings.py
2. the database can be populated using the `populate` function instide proj/app/dbops/script.py
3. The JWT token creation and validation requires generating the certificates first uncomment the code block in 
proj/auth/certs.py first time you run the server or create the token.
3. to create a token use the function create_token in proj/auth/jwt_util.py make sure you pass `admin` as one of the roles
4. the generated token can then be passed as a custom http header `X-AUTH` for api requests

testp's People

Contributors

aviksama 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.