Skip to content

CodebyJaron/bitclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitClock

BitClock is a clock in & out system designed specifically for Noorderpoort. It is built using the Laravel framework for the backend and Vue.js for the frontend.

Project Overview

BitClock was created for Noorderpoort with the following purposes and features in mind:

  • Clock In & Out: BitClock allows students to easily clock in and out of their activities, making it a convenient tool for tracking their time spent on various tasks or classes.

  • Overview for Teachers: For teachers and educators, BitClock provides a comprehensive overview of student activities. This can help educators monitor attendance and student engagement.

  • Laravel + Vue.js: The project is built using the Laravel PHP framework for the backend and Vue.js for the frontend. This technology stack allows for robust functionality and a responsive user interface.

  • Read-Only Project: BitClock is designed as a read-only project, meaning it is primarily intended for demonstration purposes. It showcases the potential functionality of a clock in & out system but may require additional development to be used in a production environment.

  • Unfinished: It's important to note that BitClock is an unfinished project. This means that there may be missing features or bugs that need to be addressed for it to be fully functional.

Installation

To get started with BitClock, you'll need to install all the required dependencies. Here are the steps:

  1. Clone the BitClock repository to your local machine:
git clone https://github.com/CodebyJaron/bitclock.git
  1. Navigate to the project directory:
cd bitclock
  1. Use Composer to install PHP dependencies:
composer update
  1. Use NPM to install JavaScript dependencies:
npm install

Usage

To run BitClock, you can use the following commands:

Start the Laravel development server:

php artisan serve

Compile and run the Vue.js frontend:

npm run dev

Once the server and frontend are up and running, you can access the BitClock system in your web browser by navigating to http://localhost:8000 or the URL provided by the Laravel server.

Author

Author: Jaron De Klein

I was asked to create this project, and I have done so with great enthusiasm and pride in making it available online.

About

This is a check in & out system made for Noorderpoort. (Unfinished)

Topics

Resources

Stars

Watchers

Forks