- npm
- .NET
- Python 3.9.* (only needed for the old application handed out at the start of the course)
- Clone the repo
git clone https://github.com/Chillhound/DevOps2022F
- Go to the DevOps2022F/frontend folder and install npm packages
npm install
- Run the frontend from DevOps2022F/frontend
npm run
- Run the backend in a seperate terminal from DevOps2022F/backend/MiniTwit-API
dotnet run
Emil Østergaard - [email protected]
Mikkel Møller Jensen - [email protected]
Rune Engelbrecht Henriksen - [email protected]
Marcus Sebastian Emil Holmgaard - [email protected]
Jacob Møller Jensen - [email protected]
https://github.com/Chillhound/DevOps2022F
Based on the MiniTwit Python project by Helge Pfeiffer, IT University of Copenhagen