From c45a65b618c5dca1ac7230180b2075fa67befbdc Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Wed, 14 Feb 2024 23:57:37 +0100 Subject: [PATCH] :memo: update README Signed-off-by: Sindre Kjelsrud --- README.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 55 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7953f24..78b17f6 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,69 @@ # Helseveileder -> Bachelor-project V2024 +> Bachelor-project ~ Spring 2024 + +## ๐Ÿ“‹ Table of Contents + +1. ๐Ÿ“ [Info](#info) +2. โš™๏ธ [Tech Stack](#tech-stack) +3. ๐Ÿ”‹ [Features](#features) +4. ๐Ÿคธ [Quick Start](#quick-start) +5. ๐Ÿ”— [Links](#links) +6. ๐Ÿ“„ [License](#license) ## ๐Ÿ“ Info -Our Bachelor-project is in collaboration with medical students and researchers from UiB. +This repository contains our Bachelor project for Spring 2024. This project is a collaborative effort with medical students and researchers from UiB (University of Bergen). -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. +As a part of this project we needed to scrape questions and answers from [Studenterspรธr.no](https://studenterspor.no/). This involved developing a webscraper to extract the necessary data. You can explore the source code [here](https://github.com/SindreKjelsrud/helseveileder_webscraper). -## ๐Ÿ—๏ธ Technologies +## โš™๏ธ Tech Stack -Backend: Go +- Go +- Svelte +- TypeScript +- Tailwind CSS +- PostgreSQL -Frontend: Svelte +## ๐Ÿ”‹ Features -Database: PostgreSQL +๐Ÿ‘‰ **XYxy:** Aabbcc. -## ๐Ÿ› ๏ธ How to run locally +## ๐Ÿคธ Quick Start + +Follow these steps to set up the project locally on your machine. + +**Prerequisites** + +Make sure you have the following installed on your machine: + +- ... + +**Cloning the Repository** + +```bash +git clone git@github.com:haraldnilsen/helseveileder.git +cd helseveileder +``` + +**Installation** + +```bash ``` +**Running the Project** + +```bash + ``` + +## ๐Ÿ”— Links + +See also links below for related info about project: + +- [Helseveileder-webscraper](https://github.com/SindreKjelsrud/helseveileder_webscraper) +- [Helseveileder-LLM](https://github.com/alu042/helseveileder-llm) + +## ๐Ÿ“„ Licence + +This project is licensed under the [MIT License](./LICENSE).