Skip to content

Lindharden/DevOps

Contributors Forks Stargazers Issues MIT License Build


Logo

An application maintained during the DevOps course at the IT University of Copenhagen
Deployment · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

The project is built following the course outlined in the following repository: https://github.com/itu-devops/lecture_notes

(back to top)

Built With

The project is built with the following languages and frameworks

  • Golang
  • Gin web framework

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • golang > 1.16
    https://go.dev/

Installation

  1. Clone the repo
    git clone https://github.com/Lindharden/DevOps.git
  2. Install dependencies
    go mod download
    go mod tidy
  3. Run the project
    go run minitwit.go

Running in docker

docker compose up -d

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

See the contributing guide for this project in CONTRIBUTING.

(back to top)

License

Distributed under the GPL License. See LICENSE for more information.

(back to top)

Contact

Jeppe Lindhard - @lindharden - jepli@itu.dk

Johan Flensmark - @bitknox - jokf@itu.dk

Nikolaj Sørensen - @nikso-itu - nikso@itu.dk

Benjamin Hammer Thygesen - @Mansin-itu - beth@itu.dk

Daniel Gjesse Kjellberg - @KjellbergD - dakj@itu.dk

Project Link: https://github.com/Lindharden/DevOps

(back to top)

Acknowledgments

DALL-E 2

(back to top)