This project is an Angular application that allows users to view and apply for housing locations. The application fetches data from a mocked database and displays it in a user-friendly interface.
To get started with the project, follow the instructions below.
Make sure you have the following installed on your machine:
- Node.js (version 14 or higher)
- npm (Node Package Manager)
-
Clone the repository to your local machine:
git clone https://github.com/DiazAilan/angular-app-review.git
-
Navigate to the project directory:
cd angular-app-review
-
Install the project dependencies:
npm i
To run the application, you can use the following commands:
-
To launch the Angular application on port 4200, use:
npm start
-
To run the server with the mocked database (using a Node instance), which will serve the locations data, use:
npm run serve
Once the application is running, you can access it by navigating to http://localhost:4200
in your web browser.
- View a list of housing locations.
- Filter locations by city.
- Apply for housing directly through the application.