Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.26 KB

Vue.jsNodeJSCSS3JavaScriptHTML5

Programming Web

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.

Link to Back-End Repo:

Project Setup

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