Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.8 KB

SkipFlow – Code Distribution Platform

The following repository contains the source code of the SkipFlow platform. It is an oversimplified abstraction of a code distribution platform, like GitHub, written in Java. The source code was part of a workshop held by the SKIP student organization, delivering a hands-on experience with Git (Version Control System) and GitHub (Code Hosting Platform).

Getting Started

  1. Clone this repository to your local machine.
  2. Follow the workshop instructions provided during the event to complete exercises.
  • The required missing implementations are marked with TODO comments.
  1. Practice Git commands for version control.
  2. Work collaboratively with fellow students on coding tasks.

Contributors

The following students contributed to the development of this workshop:

Name Work
<NAME> What did you work on?
<NAME> What did you work on?
<NAME> What did you work on?

Documentation

The following class diagram provides an overview of the SkipFlow platform:

Class Diagram

Who is SKIP?

We are an association at the Departments of Applied IT & Computer Science and Engineering at the University of Gothenburg. We are a group of students who are passionate about software development and want to share our knowledge with others. Find out more about us on our website.


Happy coding!