Skip to content

Github app client that show user profile, public repos and commits

Notifications You must be signed in to change notification settings

armcv/github-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubClient

This project has a backend with express and a fronted that consists of an Angular app generated with Angular CLI version 11.2.5. The project show user profile, public repositories and commits.

Change github user

In the file located in the folder /frontend/src/environments/environment.ts you will find this code:

export const environment = {
    production: false,
    backendUrl: 'http://localhost:3000',
    username: '{github_user}'
};

In this code you can set the user your Github user.

Frontend

Run ng serve for a dev server on frontend directory. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Backend

Run node server.js on backend directory. Navigate to http://localhost:3000/. The backend server will show Test Backend label on browser.

Deploy with docker compose

Run docker-compose up -d for create the Docker images and run the containers. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

Github app client that show user profile, public repos and commits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published