Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alevalv/retipy
A complete retipy application using docker
https://github.com/alevalv/retipy
Last synced: 23 days ago
JSON representation
A complete retipy application using docker
- Host: GitHub
- URL: https://github.com/alevalv/retipy
- Owner: alevalv
- License: gpl-3.0
- Created: 2018-05-17T02:16:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T02:53:30.000Z (over 5 years ago)
- Last Synced: 2024-11-03T11:42:17.271Z (2 months ago)
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
retipy
======retipy is a web application that is composed of three code bases, a
[Typescript](https://github.com/alevalv/retipy-react) web application which queries a
[Kotlin](https://github.com/alevalv/retipy-rest) based REST application which keeps all the
data on images, user, medical evaluations which also queries a
[Python](https://github.com/alevalv/retipy-python) based webservice that can process fundus
retinal images.This project contains all sources as a metarepository while allowing the quickstart of a retipy
application using Docker.Having docker and docker-compose installed in your machine, the command that you should run
in the root folder of this repository to start a local retipy application is:```sh
docker-compose up --build
```This application has an existing user with credentials `alevalv` and password `mypassword`.
The default docker application is missing persistence. When restarted all data processed and stored
in the rest server will be lost.License
-------retipy is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.