Skip to content

Commit

Permalink
refactoring and remove backend to seperate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
janschulte committed Feb 11, 2020
1 parent be5f9d1 commit 1ee1324
Show file tree
Hide file tree
Showing 159 changed files with 33 additions and 11,932 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
node_modules
dist
File renamed without changes.
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
# mVIZ-Demonstrator
# Frontend

## Project information
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.19.

https://mviz.geo.tu-dresden.de/
## Development server

## Development
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

### Start backend service
## Code scaffolding

```bash
$ npm install
$ npm start
```
additional information can be found [here](./backend/)
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

### Start frontend application
## Build

```bash
$ npm install
$ ng serve
```
additional information can be found [here](./frontend/)
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
File renamed without changes.
3 changes: 0 additions & 3 deletions backend/.dockerignore

This file was deleted.

37 changes: 0 additions & 37 deletions backend/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions backend/.prettierrc

This file was deleted.

12 changes: 0 additions & 12 deletions backend/Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions backend/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions backend/nest-cli.json

This file was deleted.

6 changes: 0 additions & 6 deletions backend/nodemon-debug.json

This file was deleted.

Loading

0 comments on commit 1ee1324

Please sign in to comment.