Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peimelo/controlled-health-frontend

Frontend of the Controlled Health website built with Angular.
https://github.com/peimelo/controlled-health-frontend

angular frontend material-design ngrx typescript

Last synced: about 20 hours ago
JSON representation

Frontend of the Controlled Health website built with Angular.

Awesome Lists containing this project

README

        

# Controlled Health Frontend

Frontend of the Controlled Health website built with [Angular](https://angular.io).


Angular

13.2.x


https://angular.io



Material

13.2.x


https://material.angular.io



NgRx

13.0.2


https://ngrx.io

The backend of this repository was built with Ruby on Rails 6 and is called [controlled_health_api](https://github.com/peimelo/controlled_health_api).

## Configuration

```bash
git clone https://github.com/peimelo/controlled-health-frontend.git
cd controlled-health-frontend

# installation of dependencies
npm install

# run the project
ng serve
```

Open the browser at the address `http://localhost:4200`

The backend is expected to rise to `http://localhost:3000`. If you want another port, change the file `src/proxy.conf.json` and restart the frontend.

## Quality of the Code

[![DeepScan grade](https://deepscan.io/api/teams/11362/projects/15113/branches/298154/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=11362&pid=15113&bid=298154)