This repository is made as part of a assignment of the course 'Programming Web'. The main goal of this course is to create some sort of "Eurosong" type API with front-end created with Vue.js attached to it. The frontend you can find in this repository but for the backend there will be an other repository to keep things seperate.
To be able to run this project, you need to install all necessary packages. You can install them using the command below:
npm install
After you have installed all the used packages, you can run the project using the following command in the terminal:
npm run serve