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!
- Host: GitHub
- URL: https://github.com/angemariya/find-home_angular
- Owner: angemariya
- License: mit
- Created: 2023-11-13T21:23:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T19:10:17.000Z (over 2 years ago)
- Last Synced: 2025-02-08T01:23:18.413Z (over 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://homes-ng.onrender.com/
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`