Skip to content

ManalShehri/time_tracking_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracking Dashboard

Introduction

Time Tracking Dashboard is a dashboard for managing employees tasks/info and company projects as well.

The admin is able to:

  • view employees tasks
  • view all users
  • add a new user
  • search for a user
  • view/edit/delete sigle user info
  • view all company projects/teams
  • add a new project/teams
  • search for a project
  • view/edit/delete sigle project/team info
  • add/edit projects tags

Development Setup

  1. Clone the repository:
$ git clone https://github.com/ManalShehri/time_tracking_dashboard.git
$ cd time_tracking_dashboard
  1. Create and activate a virtual environment:
virtualenv env
source env/bin/activate
  1. Install requirements:
pip install -r requirements.txt
  1. Run the application:
python run_server.py
  1. Navigate to project homepage http://127.0.0.1:5000/ or http://localhost:5000

  2. Log in the dashboard (email = 'test@tera-cit.net' & password = 'test')

Live Demo Here

About

Time Tracking Dashboard is a dashboard for managing employees tasks/info and company projects as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published