Bachelor-project in collaboration with medical students and researchers from UiB 🚑
This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Sindre Kjelsrud a5aa87366c
📝 update README
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-05-02 17:26:28 +02:00
backend 🔥 remove unused sql files 2024-05-02 17:06:08 +02:00
frontend 🧑‍💻 add environment variable for url in frontend 2024-05-02 16:31:40 +02:00
.gitignore 🙈 update gitignore 2024-05-02 16:28:05 +02:00
LICENSE 📄 added LICENSE 2024-01-04 10:22:18 +01:00
README.md 📝 update README 2024-05-02 17:26:28 +02:00

Helseveileder

Bachelor-project ~ Spring 2024

📋 Table of Contents

  1. 📝 Info
  2. ⚙️ Tech Stack
  3. 🔋 Features
  4. 🤸 Quick Start
  5. 🔗 Links
  6. 📄 License

📝 Info

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. This involved developing a webscraper to extract the necessary data. You can explore the source code here.

⚙️ Tech Stack

  • Go
  • Svelte
  • TypeScript
  • Tailwind CSS
  • PostgreSQL

🔋 Features

👉 Accessibility: Ensure access & usability for all users.

👉 Bug Reporting: Respondents can report a bug if they found one.

👉 Evaluation of survey: Respondents can evaluate survey if wanted.

🤸 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:

  • Docker
  • Go

Cloning the repository

git clone git@github.com:haraldnilsen/helseveileder.git 
cd helseveileder

Installation

cd frontend && npm i

Running the project locally

cd frontend
npm run dev
cd ../backend
docker compose -f docker-compose.dev.yml up -d

Deploying the project

Change .env info in both frontend/ & /backend, then:

cd backend
docker compose -f docker-compose.deploy.yml up -d

See also links below for related info about project:

📄 Licence

This project is licensed under the MIT License.