Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peimelo/controlled-health-frontend
- Owner: peimelo
- Created: 2020-07-30T10:56:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T15:33:57.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:50:20.602Z (7 months ago)
- Topics: angular, frontend, material-design, ngrx, typescript
- Language: TypeScript
- Homepage: https://saudecontrolada.com.br
- Size: 5.1 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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)