baf4cf8292
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com> |
||
---|---|---|
backend | ||
frontend | ||
.gitignore | ||
LICENSE | ||
README.md |
Helseveileder
Bachelor-project ~ Spring 2024
📋 Table of Contents
- 📝 Info
- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
- 🔗 Links
- 📄 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: Simplify reporting for prompt issue resolution.
👉 Evaluation of Three Custom Criteria: Enable customized item evaluation for informed decision-making.
🤸 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 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
🔗 Links
See also links below for related info about project:
📄 Licence
This project is licensed under the MIT License.