hackaru-app / hackaru-web

An web server for Hackaru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackaru-web

The web server for Hackaru.
An open source and simple time tracking app.

Maintainability Test Coverage License: MIT

Features

Want to know that you can do with Hackaru?
For more information on the app, please see the main repository README.

Roles

The web server provides the UI to a browser.
It also sends user actions to the API server via REST API.

Feedback

Do you find a bug or would like to submit feature requests?
Please let us know via Issues. 😉

Quickstart

You can run Hackaru on your local easily using docker-compose.

It's also necessary to run the web server if you want to login to Hackaru on your browser.
Please see the API server README.

# Clone this repository.
git clone git@github.com:hackaru-app/hackaru-web.git
cd hackaru-web

# Copy and rename env file.
cp .env.sample .env.development

# Try accessing http://localhost:3333 after execution.
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

License

About

An web server for Hackaru

License:MIT License


Languages

Language:JavaScript 54.8%Language:Vue 43.5%Language:SCSS 1.5%Language:Dockerfile 0.2%Language:Shell 0.0%