marchein / webdevHausarbeit

My first real javascript project - final assignment of my web development course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdevHausarbeit

Von Marc Hein

Installation

git clone https://github.com/marchein/webdevHausarbeit.git
cd webdevHausarbeit
npm install && npm run build && npm start

Build only

npm run build

API usage

/ - help page
/tracks/ - get all tracks in json format
/tracks/:id - get the track with the id of :id

Usage

After building and starting the page is available at http://localhost:8080/

About

My first real javascript project - final assignment of my web development course


Languages

Language:JavaScript 83.3%Language:Less 14.4%Language:HTML 2.3%