geo-smart-map/README.md
Supan Adit Pratama 2923f9d62d
Update README.md
2020-07-08 12:35:52 +07:00

21 lines
582 B
Markdown

![Show Case](https://i.ibb.co/K6pFBdM/Peek-2020-07-08-12-29.gif)
# GEO Smart Map
This is the Front End Application which is the Live Map for [Geo Smart System](https://github.com/supanadit/geosmartsystem)
## Requirements
- NPM
- Angular
## Quick Start
- Clone this repository
- Install Angular as global if don't have it `npm install -g @angular/cli`
- `npm install`
- Set `backend` connection at `src/environment` `environment.prod.ts` and `environment.ts`
- Run `ng serve`
## Todo
- Integration With Geo Smart System ( OK )
- Get Data From Geo Smart System by Service ( OK )