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
- Host: GitHub
- URL: https://github.com/dominicluidold/ethics-vision
- Owner: DominicLuidold
- License: mit
- Created: 2023-06-02T10:33:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T11:19:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T20:18:15.680Z (over 1 year ago)
- Topics: angular, backend, frontend, php, spa, symfony, typescript
- Language: PHP
- Homepage: https://github.com/DominicLuidold/Master-Thesis
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).