An application maintained during the DevOps course at the IT University of Copenhagen
Deployment
·
Report Bug
·
Request Feature
Table of Contents
The project is built following the course outlined in the following repository: https://github.com/itu-devops/lecture_notes
The project is built with the following languages and frameworks
To get a local copy up and running follow these simple steps.
- golang > 1.16
https://go.dev/
- Clone the repo
git clone https://github.com/Lindharden/DevOps.git
- Install dependencies
go mod download go mod tidy
- Run the project
go run minitwit.go
docker compose up -d
See the open issues for a full list of proposed features (and known issues).
See the contributing guide for this project in CONTRIBUTING.
Distributed under the GPL License. See LICENSE
for more information.
Jeppe Lindhard - @lindharden - [email protected]
Johan Flensmark - @bitknox - [email protected]
Nikolaj Sørensen - @nikso-itu - [email protected]
Benjamin Hammer Thygesen - @Mansin-itu - [email protected]
Daniel Gjesse Kjellberg - @KjellbergD - [email protected]
Project Link: https://github.com/Lindharden/DevOps