Timetracker is an application built using NestJS, Vue, and Nx, with Role-Based Access Control (RBAC) integrated.
Timetracker allows for efficient time management and task tracking within a team. The project leverages a modular architecture to facilitate easy development and maintenance.
- Role-Based Access Control (RBAC)
- CRUD operations for managing data
- User authentication and authorization
- Project and time tracking
- Integration with various services
-
Clone the repository:
git clone https://github.com/owl-app/timetracker.git cd timetracker
-
Install dependencies:
yarn install
-
Copy .env file for your development environment and set variables:
cp .env .env.development
-
Run seeder to create default users:
yarn data:sync --envFile .env.development
-
Start the application:
yarn start
-
Login:
Admin system:
l: admin_system_1@example.com p: test
Admin company:
l: admin_company_1@example.com p: test
User:
l: user_1@example.com p: test
If you wish to contribute to the project, please report issues and propose enhancements through Issues.
OWL Time tracker is completely free and released under the MIT License.
If you have any additional details or specific sections you'd like to include, please let me know!