An application that consumes an API Client to ensure clock in and out of users
- State Management: Vuex
- Test-driven development(TDD): mocha(not fully completed)
- Request validation: Joi
- project dockerized (not fully completed);
System Clockin CLock out
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
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.
this can be found in the static folder.
-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.