Skip to content

Chillhound/DevOps2022F

Repository files navigation

DevOps 2022 - Group F

BCH compliance

About

Build with

Getting Started

Prerequisites

  • npm
  • .NET
  • Python 3.9.* (only needed for the old application handed out at the start of the course)

Installation

  1. Clone the repo
git clone https://github.com/Chillhound/DevOps2022F
  1. Go to the DevOps2022F/frontend folder and install npm packages
npm install
  1. Run the frontend from DevOps2022F/frontend
npm run
  1. Run the backend in a seperate terminal from DevOps2022F/backend/MiniTwit-API
dotnet run

Contact

Emil Østergaard - emio@itu.dk

Mikkel Møller Jensen - momj@itu.dk

Rune Engelbrecht Henriksen - rhen@itu.dk

Marcus Sebastian Emil Holmgaard - seho@itu.dk

Jacob Møller Jensen - jacj@itu.dk

https://github.com/Chillhound/DevOps2022F

Acknowledgments

Based on the MiniTwit Python project by Helge Pfeiffer, IT University of Copenhagen