Skip to content

bgareth/angular-github-api-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

angular-github-api-application

Description

A simple Typescript, Angular app where you can search for GitHub repositories, view some basic repo info including issues and the balance between open and closed.

Project Setup

Prerequisites

Node.js (v18.x or later)

Project Setup and Start

  1. Clone the repository

  2. Navigate to the project - cd angular-github-api-app

  3. Install dependencies - npm install

  4. Run the project - ng serve

Docker Setup

Prerequisites

Ensure you have the following installed on your machine:

Setup and Start

  1. Navigate to the project - cd angular-github-api-app

  2. Run:

docker build -t [your-dockerhub-username]/angular-github-api-app .
  1. Run:
docker run -p 8080:80 [your-dockerhub-username]/angular-github-api-app
  1. You should now see the app at http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published