Skip to content

haruixu/SpareStiFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparesti frontend

Sparesti is an application that is tailored towards making saving money easy and fun! It was developed in the course IDATT2106 at NTNU. This repository serves as the graphical interface of the application.

🚀Getting started

Requirements

To run the application you need the following installed:

  • Vue
  • Make
  • Docker
  • Git

⚙️Setup

The application can be run with one command in the following Joint-Repository

If you want to run the frontend independently, follow these instructions:

  1. Clone the repository
git clone [email protected]:idatt2106-gruppe-2/idatt2106_2024_02_frontend.git
  1. Navigate to project root folder
cd idatt2106_2024_02_frontend

🚗Running the application

  1. Run the application (NOTE: make sure Docker is running)
make run

The application is now running on localhost on port 5173.

NOTE: if you don't have make installed, use the following command instead:

docker compose up
Exiting the application

To exit the application, use CTRL + C.

🧪 Test data

The database is populated with a pre-configured user at runtime which can be used to experiment with the application. You can log in with the following credentials:

  • Username: username
  • Password: Test123!

📋 Running tests

You can run unit and integration tests with:

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published