# Helseveileder > 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 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 involved developing a webscraper to extract the necessary data. You can explore the source code [here](https://github.com/SindreKjelsrud/helseveileder_webscraper). ## βš™οΈ 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** ```bash git clone git@github.com:haraldnilsen/helseveileder.git cd helseveileder ``` **Installation** ```bash cd frontend && npm i ``` **Running the project locally** ```bash 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: ```bash cd backend docker compose -f docker-compose.deploy.yml up -d ``` ## πŸ”— Links See also links below for related info about project: - [Helseveileder-webscraper](https://github.com/SindreKjelsrud/helseveileder_webscraper) ## πŸ“„ Licence This project is licensed under the [MIT License](./LICENSE).