Welcome to the IntiSign repository.
Intisign is a full-service system that allows you to publish artistic work in a discrete, yet secure, way to various broadcasting platforms.
Intisign aims to be easy to use and protective to your copyright.
- API documentation is available here.
- Technical documentation about this application is available here.
- UI design is available here.
- IntiSign is developed in Python framenwork Django.
- This program uses several Python requirements that can be installed with PIP (
pip install -r src/requirements.txt). - Unit tests are available for PyTest. Run them from the root-directory to include all tests. All tests are run through pipelines using the CI-functionality of GitLab.
A lot of background information is available in the Wiki that belongs to this project.
- The src/authority directory contains the actual source-code.
- src/authority/docs contains the API documentation.
- src/authority/tests holds various tests.
- src/authority/ou holds the code that implements both the IntiSign website and the API.
- src/authority/authority contains some Django-related configuration.
- tutorials contains some generic tutorials to help you get started (not-IntiSign-related).
- assignments is the assignment that was the base of this project.
IntiSign was developed in 2022-2023 by
- Developer, Product owner & Scrum master: Lisanne Tor
- Developer & UI designer: Charmaine Noten
- Developer & GIT maintainer: Nick Huijsmans
for the Software Engineering (IB3112) course at the Open University of The Netherlands.