Skip to content

Latest commit

 

History

History
executable file
·
51 lines (31 loc) · 1.13 KB

File metadata and controls

executable file
·
51 lines (31 loc) · 1.13 KB

Staff Clock in Out system.

An application that consumes an API Client to ensure clock in and out of users

  1. State Management: Vuex
  2. Test-driven development(TDD): mocha(not fully completed)
  3. Request validation: Joi
  4. project dockerized (not fully completed);

Getting started

System Clockin CLock out

Installation

Clone the repository

git clone https://github.com/willypelz/releaf-swe-clock-in-out-frontend.git

Switch to the repo folder

cd releaf-swe-clock-in-out-frontend

Install dependencies

npm install

Running the Application

npm run serve

Connection

For testing Ensure the backend is running on port 3000 http://localhost:3000 if it is running on different port you might need to update the env.js details the port the backend is running on.


Screenshots of the project

this can be found in the static folder.


Updates to be done

-improve the UI -complete dockerization for the project -refactor the code (i.e to use the centralize notification in the shared folder, et.c) -connect ci/cd and connect it to live server for easy test.