From 52bc95a14d6af9e68dc451310f8d7cc8654fc12d Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 8 Jan 2024 14:29:51 +0100 Subject: [PATCH] :memo: update README Co-authored-by: haraldnilsen Signed-off-by: Sindre Kjelsrud --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd209d1..7953f24 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ # Helseveileder +> Bachelor-project V2024 ## 📝 Info -## 🏗️ Teknologier +Our Bachelor-project is in collaboration with medical students and researchers from UiB. + +As a part of this project we needed to scrape questions and answers from [Studenterspør.no](https://studenterspor.no/). This meant that we needed to code a webscraper as well, which you can check out [here](https://github.com/SindreKjelsrud/helseveileder_webscraper) if you would like to see the source code. + +## 🏗️ Technologies + Backend: Go + Frontend: Svelte -## 🛠️ Hvordan kjøre lokalt \ No newline at end of file +Database: PostgreSQL + +## 🛠️ How to run locally + +``` + +```