An open API service indexing awesome lists of open source software.

https://github.com/dominicluidold/ethics-vision

Angular frontend and Symfony backend implementation for my master's thesis covering the topic of creating and submitting application forms for the Research Ethics Commission at Vorarlberg University of Applied Sciences
https://github.com/dominicluidold/ethics-vision

angular backend frontend php spa symfony typescript

Last synced: 3 months ago
JSON representation

Angular frontend and Symfony backend implementation for my master's thesis covering the topic of creating and submitting application forms for the Research Ethics Commission at Vorarlberg University of Applied Sciences

Awesome Lists containing this project

README

          

# EthicsVision

This project is part of [DominicLuidold/Master-Thesis](https://github.com/DominicLuidold/Master-Thesis). Visit this repository for further information on the *EthicsVision* platform.

## Setup

1. Install Docker according to [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/)
1. Run `make start`
1. Run `make setup`

Access the Angular app via [http://127.0.0.1:4200](http://127.0.0.1:4200) and the API documentation via [http://127.0.0.1:8080](http://127.0.0.1:8080).