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

https://github.com/angemariya/find-home_angular

"Homes" is your go-to app for hassle-free apartment hunting. With advanced filters, vibrant photos, and direct communication with landlords, finding the perfect rental has never been easier. Embark on your journey to a new home with confidence!
https://github.com/angemariya/find-home_angular

angular typescript

Last synced: about 1 year ago
JSON representation

"Homes" is your go-to app for hassle-free apartment hunting. With advanced filters, vibrant photos, and direct communication with landlords, finding the perfect rental has never been easier. Embark on your journey to a new home with confidence!

Awesome Lists containing this project

README

          

# Welcome to my Angular App "Houses"

**Brief instruction on how to launch a project:**

- Install Angular if you don't have it installed

`npm install -g @angular/cli`

*(with "sudo" on Mac)*

- Install the depencies

`npm install`

- Run the application

`ng serve`

- Open the application on your browser

`http://localhost:4200/`

- Install a json-server

`npm install -g json-server`

*(with "sudo" on Mac)*

- Run the json-server

`json-server --watch db.json`

- Navigate to `http://localhost:4200/locations`