GithubHelp home page GithubHelp logo

kundapanda / tiapi Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 2.0 95 KB

Python-based API for ticket scanning app and an admin webpage

License: GNU Lesser General Public License v3.0

Dockerfile 1.52% Python 88.87% Shell 1.83% HTML 7.78%

tiapi's Introduction

This is a work-in-progress API for QR ticket management

  • Serves as a Python Django API for the application
  • Currently only testing functionality and app integration

API Documentation

Available on following endpoints after runnning the docker compose:

  • /swagger/
  • /swagger.json
  • /redoc/

Available endpoints

  • /dashboard/
    - traefik dashboard
  • /add/code
    - add a code for a user
  • /add/user
    - add a user
  • /get/codes
    - get all codes
  • /get/user_codes
    - get codes for a user
  • /get/users
    - get all users

SSL certificate and user generation

  • cd traefik/certs
  • openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out cert.crt -keyout api.key
  • echo $(htpasswd -nb USER PASSWORD) >> authfile
  • Fill in all the details
  • This is a self-signed certificate compatible with TLS 1.3. It is used so that there is no need for having a domain. When connecting, make sure to add the certificate to trusted ones.

Project startup

  • Make sure you have docker and docker-compose installed and running.
  • You can specify the database credentials in .env file BEFORE STARTING THE PROJECT.
  • Run
    sudo docker-compose up -d
    in the root directory of the project to start it.
  • You can see all the running containers with
    sudo docker ps -a
  • Stop the project with
    sudo docker-compose down
  • Make sure not to modify folders static, traefik and postgres-data in any way. They are mounted to docker containers and serve as persistent data storage for some containers.

TODO

tiapi's People

Contributors

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