Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Khyme/lazy-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazy-redmine

A simple webapp to rapidly fill redmine timesheets by daterange using it's REST api, requiring user's api access key which is not stored on the server.

Build and run

Using docker

docker build -t lazy-redmine .
docker run --rm -p 3000:3000 lazy-redmine

You can now open your browser on http://localhost:3000

Dev build

Initial setup

cd back && npm install
cd ../front && npm install

Start dev environment (with hot-reload)

# backend on port 3000
cd back && npm run dev

# frontend on port 8080
cd front && npm run serve

Configuration

See VueJS reference.