Skip to content

Building a Angular app for familiarity purposes.

Notifications You must be signed in to change notification settings

jorgevz/angular-app

Repository files navigation

Project Overview

  • This is a project that I am using to familiarize myself more with the Angular framework. This project lays out different 'properties' in different cities. I pre-configured most of the requirements following this initial guide --> Guide. My improvement includes moving away from using locally served data and instead pulling it from a dynamic API using a mock API I set up using Mockaroo, which includes the same data schema. You may compare the differences in repos using the original setup StackBlitz at --> Original Repo.

How to run:

  • Install dependencies through npm install

  • Serve app through local host by running ng serve or npm start

TODOS:

  • Must hide the API information being passed in the housing.service.ts file. This is to be done by any contributor or myself at a later time.

  • Contenerize app with Docker. This is to be done by any contributor or myself at a later time.

About

Building a Angular app for familiarity purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published