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
- Clone the repository:
$ git clone https://github.com/ManalShehri/time_tracking_dashboard.git
$ cd time_tracking_dashboard
- Create and activate a virtual environment:
virtualenv env
source env/bin/activate
- Install requirements:
pip install -r requirements.txt
- Run the application:
python run_server.py
-
Navigate to project homepage http://127.0.0.1:5000/ or http://localhost:5000
-
Log in the dashboard (email = 'test@tera-cit.net' & password = 'test')