Skip to content

Josejj10/commit-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commit Viewer

Commit Viewer is a full-stack project that uses GitHub's API to show commits. It uses technologies such as Docker, React, Django, GraphQL, relay and redux.

Installation

You need to have Docker installed.
Then, clone this repo and:

  1. Bash into frontend/commit-viewer and run yarn install
cd frontend/commit-viewer
yarn install
  1. After that, just run:

Windows:

docker-compose build
docker-compose up

Linux:

sudo docker-compose build
sudo docker-compose up

Usage

This project shows both backend and frontend. As such, you may go to:

Granted, the frontend project also consumes the backend, so you can test both there.

Questions

If you have any questions, you can contact me at jose.javier@pucp.edu.pe

License

MIT

About

GitHub Commit Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published